aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/sandbox.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c
index 9a4be5cc0..725449ca1 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -1026,12 +1026,6 @@ int sandbox(void* sandbox_arg) {
1026 fs_resolvconf(); 1026 fs_resolvconf();
1027 1027
1028 //**************************** 1028 //****************************
1029 // fs post-processing
1030 //****************************
1031 fs_logger_print();
1032 fs_logger_change_owner();
1033
1034 //****************************
1035 // start dhcp client 1029 // start dhcp client
1036 //**************************** 1030 //****************************
1037 dhcp_start(); 1031 dhcp_start();
@@ -1080,6 +1074,12 @@ int sandbox(void* sandbox_arg) {
1080 save_umask(); 1074 save_umask();
1081 1075
1082 //**************************** 1076 //****************************
1077 // fs post-processing
1078 //****************************
1079 fs_logger_print();
1080 fs_logger_change_owner();
1081
1082 //****************************
1083 // set security filters 1083 // set security filters
1084 //**************************** 1084 //****************************
1085 // save state of nonewprivs 1085 // save state of nonewprivs