From 4f9bea625e613e35a15d6a0c611e8fd591f8d846 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 14 Mar 2017 10:47:00 -0400 Subject: added support to enable/disable tmpfs mounting on top of ~/.cache directory --- etc/firejail.config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/firejail.config') 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 @@ # Enable or disable bind support, default enabled. # bind yes +# Enable mounting a tmpfs on top of ~/.cache directory, default enabled. +# cache-tmpfs yes + # Enable or disable chroot support, default enabled. # chroot yes -- cgit v1.2.3-54-g00ecf