aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/sandbox.c')
-rw-r--r--src/firejail/sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c
index 3887b5701..96fa4c81a 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -1225,7 +1225,7 @@ int sandbox(void* sandbox_arg) {
1225 //**************************************** 1225 //****************************************
1226 // drop privileges 1226 // drop privileges
1227 //**************************************** 1227 //****************************************
1228 drop_privs(arg_nogroups); 1228 drop_privs(0);
1229 1229
1230 // kill the sandbox in case the parent died 1230 // kill the sandbox in case the parent died
1231 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); 1231 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0);