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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c
index c2e053b0c..ad77caeb2 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -555,12 +555,9 @@ int sandbox(void* sandbox_arg) {
555 555
556 //**************************** 556 //****************************
557 // fs pre-processing: 557 // fs pre-processing:
558 // - copy some commands under /run
559 // - build seccomp filters 558 // - build seccomp filters
560 // - create an empty /etc/ld.so.preload 559 // - create an empty /etc/ld.so.preload
561 //**************************** 560 //****************************
562 preproc_build_cp_command();
563
564#ifdef HAVE_SECCOMP 561#ifdef HAVE_SECCOMP
565 if (cfg.protocol) { 562 if (cfg.protocol) {
566 if (arg_debug) 563 if (arg_debug)
@@ -765,7 +762,6 @@ int sandbox(void* sandbox_arg) {
765 //**************************** 762 //****************************
766 // fs post-processing 763 // fs post-processing
767 //**************************** 764 //****************************
768 preproc_delete_cp_command();
769 fs_logger_print(); 765 fs_logger_print();
770 fs_logger_change_owner(); 766 fs_logger_change_owner();
771 767