aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/fs.c')
-rw-r--r--src/firejail/fs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/firejail/fs.c b/src/firejail/fs.c
index 5774ebf6a..8c776bad5 100644
--- a/src/firejail/fs.c
+++ b/src/firejail/fs.c
@@ -1042,6 +1042,9 @@ void fs_chroot(const char *rootdir) {
1042 if (chroot(rootdir) < 0) 1042 if (chroot(rootdir) < 0)
1043 errExit("chroot"); 1043 errExit("chroot");
1044 1044
1045 // create all other /run/firejail files and directories
1046 preproc_build_firejail_dir();
1047
1045 if (checkcfg(CFG_CHROOT_DESKTOP)) { 1048 if (checkcfg(CFG_CHROOT_DESKTOP)) {
1046 // update /var directory in order to support multiple sandboxes running on the same root directory 1049 // update /var directory in order to support multiple sandboxes running on the same root directory
1047// if (!arg_private_dev) 1050// if (!arg_private_dev)