aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 }