Skip to content

Commit

Permalink
seccomp update
Browse files Browse the repository at this point in the history
  • Loading branch information
ioerror committed Oct 13, 2014
1 parent b7bb464 commit 9635c76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ drop_privs_to (const char *user, const char *group)
struct passwd *pw;
struct group *gr;
enable_seccomp ();
no_new_privs ();

if (0 != getuid ())
return; /* not running as root to begin with; should (!) be harmless to continue
Expand Down

0 comments on commit 9635c76

Please sign in to comment.