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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/firejail/sandbox.c b/src/firejail/sandbox.c
index f517316ed..faa641d13 100644
--- a/src/firejail/sandbox.c
+++ b/src/firejail/sandbox.c
@@ -773,7 +773,8 @@ int sandbox(void* sandbox_arg) {
773 //**************************** 773 //****************************
774 // deploy a tmpfs on ~/.cache directory 774 // deploy a tmpfs on ~/.cache directory
775 //**************************** 775 //****************************
776 fs_cache(); 776 if (checkcfg(CFG_CACHE_TMPFS))
777 fs_cache();
777 778
778 779
779 //**************************** 780 //****************************