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 58245fa38..2c5c5fc12 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -1020,7 +1020,7 @@ int sandbox(void* sandbox_arg) {
1020 if (chdir(cfg.cwd) == 0) 1020 if (chdir(cfg.cwd) == 0)
1021 cwd = 1; 1021 cwd = 1;
1022 else if (arg_private_cwd) { 1022 else if (arg_private_cwd) {
1023 fprintf(stderr, "Error: unabled to enter private working directory: %s: %s\n", cfg.cwd, strerror(errno)); 1023 fprintf(stderr, "Error: unable to enter private working directory: %s: %s\n", cfg.cwd, strerror(errno));
1024 exit(1); 1024 exit(1);
1025 } 1025 }
1026 } 1026 }