aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-10-16 08:51:52 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-10-16 08:51:52 -0400
commitf88f8c638f8178d07af3e7df6257727d88709fd5 (patch)
treedcc1571485ef35b0d979070053086d0ad6a0ccb9 /src
parentMerge pull request #859 from valoq/master (diff)
downloadfirejail-f88f8c638f8178d07af3e7df6257727d88709fd5.tar.gz
firejail-f88f8c638f8178d07af3e7df6257727d88709fd5.tar.zst
firejail-f88f8c638f8178d07af3e7df6257727d88709fd5.zip
merges
Diffstat (limited to 'src')
-rw-r--r--src/firejail/fs_whitelist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firejail/fs_whitelist.c b/src/firejail/fs_whitelist.c
index b1c2774e2..8bbdbe5d3 100644
--- a/src/firejail/fs_whitelist.c
+++ b/src/firejail/fs_whitelist.c
@@ -822,6 +822,7 @@ void fs_whitelist(void) {
822 if (mount("tmpfs", RUN_WHITELIST_SRV_DIR, "tmpfs", MS_NOSUID | MS_STRICTATIME | MS_REC, "mode=755,gid=0") < 0) 822 if (mount("tmpfs", RUN_WHITELIST_SRV_DIR, "tmpfs", MS_NOSUID | MS_STRICTATIME | MS_REC, "mode=755,gid=0") < 0)
823 errExit("mount tmpfs"); 823 errExit("mount tmpfs");
824 fs_logger2("tmpfs", RUN_WHITELIST_SRV_DIR); 824 fs_logger2("tmpfs", RUN_WHITELIST_SRV_DIR);
825 }
825 826
826 if (new_name) 827 if (new_name)
827 free(new_name); 828 free(new_name);