/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to plugins.d/mandos-client.c

* Makefile (install-client-nokey): Create network hook directory.
* debian/mandos-client.README.Debian: Corrected mail address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1431
1431
        if(ret == -1){
1432
1432
          perror_plus("setgroups");
1433
1433
        }
 
1434
        fprintf_plus(stderr, "Child: getuid() = %d\n", getuid());
 
1435
        fprintf_plus(stderr, "Child: geteuid() = %d\n", geteuid());
1434
1436
        dup2(devnull, STDIN_FILENO);
1435
1437
        close(devnull);
1436
1438
        dup2(STDERR_FILENO, STDOUT_FILENO);