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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/firejail/fs.c b/src/firejail/fs.c
index fc6bdc7d0..451a946b7 100644
--- a/src/firejail/fs.c
+++ b/src/firejail/fs.c
@@ -481,6 +481,7 @@ void fs_mnt(void) {
481 481
482 482
483void fs_cache(void) { 483void fs_cache(void) {
484#if 0
484 if (arg_debug) 485 if (arg_debug)
485 printf("Deploy ~/.cache tmpfs\n"); 486 printf("Deploy ~/.cache tmpfs\n");
486 char *cache; 487 char *cache;
@@ -496,6 +497,7 @@ void fs_cache(void) {
496 exit(1); 497 exit(1);
497 } 498 }
498 free(cache); 499 free(cache);
500#endif
499} 501}
500 502
501// mount /proc and /sys directories 503// mount /proc and /sys directories