aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Vasya Novikov <n1dr+cm3513git@ya.ru>2016-02-19 21:45:37 +0300
committerLibravatar Vasya Novikov <n1dr+cm3513git@ya.ru>2016-02-19 21:45:37 +0300
commit30e1962fcf8c46df3b35994db9dbdf420fd74a05 (patch)
treedd85673b2167cd70aafadd445bf2b33c77bdb2bd /etc
parentprofile for wesnoth (diff)
downloadfirejail-30e1962fcf8c46df3b35994db9dbdf420fd74a05.tar.gz
firejail-30e1962fcf8c46df3b35994db9dbdf420fd74a05.tar.zst
firejail-30e1962fcf8c46df3b35994db9dbdf420fd74a05.zip
edit wesnoth profile: add .cache directory
it is not mandatory, but may speed-up multiple invocations of wesnoth
Diffstat (limited to 'etc')
-rw-r--r--etc/wesnoth.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/wesnoth.profile b/etc/wesnoth.profile
index 484c614e4..697b81bcb 100644
--- a/etc/wesnoth.profile
+++ b/etc/wesnoth.profile
@@ -17,5 +17,7 @@ private-tmp
17 17
18mkdir ${HOME}/.local/share/wesnoth 18mkdir ${HOME}/.local/share/wesnoth
19mkdir ${HOME}/.config/wesnoth 19mkdir ${HOME}/.config/wesnoth
20mkdir ${HOME}/.cache/wesnoth
20whitelist ${HOME}/.local/share/wesnoth 21whitelist ${HOME}/.local/share/wesnoth
21whitelist ${HOME}/.config/wesnoth 22whitelist ${HOME}/.config/wesnoth
23whitelist ${HOME}/.cache/wesnoth