aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cherrytree.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/cherrytree.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/cherrytree.profile')
-rw-r--r--etc/cherrytree.profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/cherrytree.profile b/etc/cherrytree.profile
index 7b6238d98..76ee70679 100644
--- a/etc/cherrytree.profile
+++ b/etc/cherrytree.profile
@@ -7,10 +7,8 @@ include /etc/firejail/disable-devel.inc
7include /etc/firejail/disable-passwdmgr.inc 7include /etc/firejail/disable-passwdmgr.inc
8 8
9whitelist ${HOME}/cherrytree 9whitelist ${HOME}/cherrytree
10mkdir ~/.config
11mkdir ~/.config/cherrytree 10mkdir ~/.config/cherrytree
12whitelist ${HOME}/.config/cherrytree/ 11whitelist ${HOME}/.config/cherrytree/
13mkdir ~/.local
14mkdir ~/.local/share 12mkdir ~/.local/share
15whitelist ${HOME}/.local/share/ 13whitelist ${HOME}/.local/share/
16 14