aboutsummaryrefslogtreecommitdiffstats
path: root/etc/wesnoth.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-31 07:47:41 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-31 07:47:41 -0400
commit6108cad8b5afcd33ea5d2646994ba453d48dfefc (patch)
tree9a64c53de121fb14f64cc0db850fd8397883776b /etc/wesnoth.profile
parentfixes (diff)
parentAllow recursive mkdir (Closes #305) (diff)
downloadfirejail-6108cad8b5afcd33ea5d2646994ba453d48dfefc.tar.gz
firejail-6108cad8b5afcd33ea5d2646994ba453d48dfefc.tar.zst
firejail-6108cad8b5afcd33ea5d2646994ba453d48dfefc.zip
Merge pull request #664 from reinerh/recursive_mkdir
Allow recursive mkdir (Closes #305)
Diffstat (limited to 'etc/wesnoth.profile')
-rw-r--r--etc/wesnoth.profile4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/wesnoth.profile b/etc/wesnoth.profile
index cd0c6406f..2ddb59d11 100644
--- a/etc/wesnoth.profile
+++ b/etc/wesnoth.profile
@@ -18,12 +18,8 @@ private-dev
18 18
19whitelist /tmp/.X11-unix 19whitelist /tmp/.X11-unix
20 20
21mkdir ${HOME}/.local
22mkdir ${HOME}/.local/share
23mkdir ${HOME}/.local/share/wesnoth 21mkdir ${HOME}/.local/share/wesnoth
24mkdir ${HOME}/.config
25mkdir ${HOME}/.config/wesnoth 22mkdir ${HOME}/.config/wesnoth
26mkdir ${HOME}/.cache
27mkdir ${HOME}/.cache/wesnoth 23mkdir ${HOME}/.cache/wesnoth
28whitelist ${HOME}/.local/share/wesnoth 24whitelist ${HOME}/.local/share/wesnoth
29whitelist ${HOME}/.config/wesnoth 25whitelist ${HOME}/.config/wesnoth