aboutsummaryrefslogtreecommitdiffstats
path: root/etc/wesnoth.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-03-29 09:03:19 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-03-29 09:03:19 -0400
commit8e66c46ea814b2f3ca48008c3db5904567ba7609 (patch)
treef9d41af436e4176cfb2ef5ca56329236e1748517 /etc/wesnoth.profile
parentblacklist nemo config (file manager for Cinnamon) (diff)
downloadfirejail-8e66c46ea814b2f3ca48008c3db5904567ba7609.tar.gz
firejail-8e66c46ea814b2f3ca48008c3db5904567ba7609.tar.zst
firejail-8e66c46ea814b2f3ca48008c3db5904567ba7609.zip
bringing back ~/.cache in all profiles
Diffstat (limited to 'etc/wesnoth.profile')
-rw-r--r--etc/wesnoth.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/wesnoth.profile b/etc/wesnoth.profile
index fbb381a86..212466f5a 100644
--- a/etc/wesnoth.profile
+++ b/etc/wesnoth.profile
@@ -4,6 +4,7 @@ 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
7noblacklist ${HOME}/.local/share/wesnoth 8noblacklist ${HOME}/.local/share/wesnoth
8 9
9include /etc/firejail/disable-common.inc 10include /etc/firejail/disable-common.inc
@@ -22,6 +23,8 @@ private-tmp
22 23
23mkdir ${HOME}/.local/share/wesnoth 24mkdir ${HOME}/.local/share/wesnoth
24mkdir ${HOME}/.config/wesnoth 25mkdir ${HOME}/.config/wesnoth
26mkdir ${HOME}/.cache/wesnoth
25whitelist ${HOME}/.local/share/wesnoth 27whitelist ${HOME}/.local/share/wesnoth
26whitelist ${HOME}/.config/wesnoth 28whitelist ${HOME}/.config/wesnoth
29whitelist ${HOME}/.cache/wesnoth
27include /etc/firejail/whitelist-common.inc 30include /etc/firejail/whitelist-common.inc