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.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c
index 2827ca9d3..5ae43dbd1 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -271,6 +271,7 @@ int sandbox(void* sandbox_arg) {
271 if (mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL) < 0) { 271 if (mount(NULL, "/", NULL, MS_SLAVE | MS_REC, NULL) < 0) {
272 chk_chroot(); 272 chk_chroot();
273 } 273 }
274 fs_logger("install mount namespace");
274 275
275 //**************************** 276 //****************************
276 // netfilter etc. 277 // netfilter etc.
@@ -400,7 +401,7 @@ int sandbox(void* sandbox_arg) {
400 pulseaudio_disable(); 401 pulseaudio_disable();
401 else 402 else
402 pulseaudio_init(); 403 pulseaudio_init();
403 404
404 //**************************** 405 //****************************
405 // networking 406 // networking
406 //**************************** 407 //****************************
@@ -468,6 +469,8 @@ int sandbox(void* sandbox_arg) {
468 469
469 // if any dns server is configured, it is time to set it now 470 // if any dns server is configured, it is time to set it now
470 fs_resolvconf(); 471 fs_resolvconf();
472 fs_logger_print();
473 fs_logger_change_owner();
471 474
472 // print network configuration 475 // print network configuration
473 if (!arg_quiet) { 476 if (!arg_quiet) {