aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-03 13:16:33 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-03 13:16:33 -0400
commitf2f331553c5fe3c78a44e9a0b0b9026fcb59745a (patch)
treee6033bf3f51a0a851fb8bfc4d5f34cc57f118396 /src
parenttesting (diff)
downloadfirejail-f2f331553c5fe3c78a44e9a0b0b9026fcb59745a.tar.gz
firejail-f2f331553c5fe3c78a44e9a0b0b9026fcb59745a.tar.zst
firejail-f2f331553c5fe3c78a44e9a0b0b9026fcb59745a.zip
test fixes
Diffstat (limited to 'src')
-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 4473e306c..5cfee44d8 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -722,7 +722,7 @@ int sandbox(void* sandbox_arg) {
722 if (arg_noroot) { 722 if (arg_noroot) {
723 int rv = unshare(CLONE_NEWUSER); 723 int rv = unshare(CLONE_NEWUSER);
724 if (rv == -1) { 724 if (rv == -1) {
725 fprintf(stderr, "Warning: cannot mount a new user namespace, going forward without it...\n"); 725 fprintf(stderr, "Warning: cannot create a new user namespace, going forward without it...\n");
726 drop_privs(arg_nogroups); 726 drop_privs(arg_nogroups);
727 arg_noroot = 0; 727 arg_noroot = 0;
728 } 728 }