aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-14 10:47:00 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-14 10:47:00 -0400
commit4f9bea625e613e35a15d6a0c611e8fd591f8d846 (patch)
treebe5832f1a7278617b854a78a79d787b89fedb7f3 /etc
parentfixed handling of .local profile files when the software is installed ~/.loca... (diff)
downloadfirejail-4f9bea625e613e35a15d6a0c611e8fd591f8d846.tar.gz
firejail-4f9bea625e613e35a15d6a0c611e8fd591f8d846.tar.zst
firejail-4f9bea625e613e35a15d6a0c611e8fd591f8d846.zip
added support to enable/disable tmpfs mounting on top of ~/.cache directory
Diffstat (limited to 'etc')
-rw-r--r--etc/firejail.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index af190cb3c..0887e05b5 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -6,6 +6,9 @@
6# Enable or disable bind support, default enabled. 6# Enable or disable bind support, default enabled.
7# bind yes 7# bind yes
8 8
9# Enable mounting a tmpfs on top of ~/.cache directory, default enabled.
10# cache-tmpfs yes
11
9# Enable or disable chroot support, default enabled. 12# Enable or disable chroot support, default enabled.
10# chroot yes 13# chroot yes
11 14