From f2f331553c5fe3c78a44e9a0b0b9026fcb59745a Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 3 May 2016 13:16:33 -0400 Subject: test fixes --- src/firejail/sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { if (arg_noroot) { int rv = unshare(CLONE_NEWUSER); if (rv == -1) { - fprintf(stderr, "Warning: cannot mount a new user namespace, going forward without it...\n"); + fprintf(stderr, "Warning: cannot create a new user namespace, going forward without it...\n"); drop_privs(arg_nogroups); arg_noroot = 0; } -- cgit v1.2.3-54-g00ecf