aboutsummaryrefslogtreecommitdiffstats
path: root/etc/wesnoth.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-21 12:57:38 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-21 12:57:38 -0400
commite372c8ab0849b9d2ea4d6a3fa6027403a8acad98 (patch)
tree7938359f84e9b776589f938f496c30b4d06be335 /etc/wesnoth.profile
parentcompile cleanup (diff)
downloadfirejail-e372c8ab0849b9d2ea4d6a3fa6027403a8acad98.tar.gz
firejail-e372c8ab0849b9d2ea4d6a3fa6027403a8acad98.tar.zst
firejail-e372c8ab0849b9d2ea4d6a3fa6027403a8acad98.zip
Removed all .cache directory references from profile files. The directory is disabled by default - a tmpfs is mounted on top of it.
Diffstat (limited to 'etc/wesnoth.profile')
-rw-r--r--etc/wesnoth.profile3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/wesnoth.profile b/etc/wesnoth.profile
index 212466f5a..fbb381a86 100644
--- a/etc/wesnoth.profile
+++ b/etc/wesnoth.profile
@@ -4,7 +4,6 @@ include /etc/firejail/wesnoth.local
4 4
5# Whitelist-based profile for "Battle for Wesnoth" (game). 5# Whitelist-based profile for "Battle for Wesnoth" (game).
6noblacklist ${HOME}/.config/wesnoth 6noblacklist ${HOME}/.config/wesnoth
7noblacklist ${HOME}/.cache/wesnoth
8noblacklist ${HOME}/.local/share/wesnoth 7noblacklist ${HOME}/.local/share/wesnoth
9 8
10include /etc/firejail/disable-common.inc 9include /etc/firejail/disable-common.inc
@@ -23,8 +22,6 @@ private-tmp
23 22
24mkdir ${HOME}/.local/share/wesnoth 23mkdir ${HOME}/.local/share/wesnoth
25mkdir ${HOME}/.config/wesnoth 24mkdir ${HOME}/.config/wesnoth
26mkdir ${HOME}/.cache/wesnoth
27whitelist ${HOME}/.local/share/wesnoth 25whitelist ${HOME}/.local/share/wesnoth
28whitelist ${HOME}/.config/wesnoth 26whitelist ${HOME}/.config/wesnoth
29whitelist ${HOME}/.cache/wesnoth
30include /etc/firejail/whitelist-common.inc 27include /etc/firejail/whitelist-common.inc