aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-06-14 17:09:07 -0400
committerLibravatar Tad <tad@spotco.us>2018-06-14 17:09:07 -0400
commitce416de492c229b09b4cb466e042f03ed3ce2e40 (patch)
treedeb46b0026b9b2718ec4293bb07faf19272fd561 /etc
parentreadme.md (diff)
downloadfirejail-ce416de492c229b09b4cb466e042f03ed3ce2e40.tar.gz
firejail-ce416de492c229b09b4cb466e042f03ed3ce2e40.tar.zst
firejail-ce416de492c229b09b4cb466e042f03ed3ce2e40.zip
Revert "mounting a tmpfs on ~/.cache directory (private-cache) by default"
Diffstat (limited to 'etc')
-rw-r--r--etc/firejail.config5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 42dfaf3c6..1f47f77d0 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -56,11 +56,6 @@
56# Remove /usr/local directories from private-bin list, default disabled. 56# Remove /usr/local directories from private-bin list, default disabled.
57# private-bin-no-local no 57# private-bin-no-local no
58 58
59# Mount an empty temporary filesystem on top of the .cache
60# directory in user home. All modifications are discarded when
61# the sandbox is closed. Default enabled.
62# private-cache yes
63
64# Enable or disable private-home feature, default enabled 59# Enable or disable private-home feature, default enabled
65# private-home yes 60# private-home yes
66 61