From caa7ad8714206a158123773ddcaca6ef219a5501 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 12 Jun 2018 07:17:18 -0400 Subject: mounting a tmpfs on ~/.cache directory (private-cache) by default --- etc/firejail.config | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/firejail.config') diff --git a/etc/firejail.config b/etc/firejail.config index 1f47f77d0..42dfaf3c6 100644 --- a/etc/firejail.config +++ b/etc/firejail.config @@ -56,6 +56,11 @@ # Remove /usr/local directories from private-bin list, default disabled. # private-bin-no-local no +# Mount an empty temporary filesystem on top of the .cache +# directory in user home. All modifications are discarded when +# the sandbox is closed. Default enabled. +# private-cache yes + # Enable or disable private-home feature, default enabled # private-home yes -- cgit v1.2.3-54-g00ecf