aboutsummaryrefslogtreecommitdiffstats
path: root/etc/chromium.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/chromium.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/chromium.profile')
-rw-r--r--etc/chromium.profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/chromium.profile b/etc/chromium.profile
index 7cf2853ca..0d383aebf 100644
--- a/etc/chromium.profile
+++ b/etc/chromium.profile
@@ -11,10 +11,8 @@ include /etc/firejail/disable-programs.inc
11netfilter 11netfilter
12 12
13whitelist ${DOWNLOADS} 13whitelist ${DOWNLOADS}
14mkdir ~/.config
15mkdir ~/.config/chromium 14mkdir ~/.config/chromium
16whitelist ~/.config/chromium 15whitelist ~/.config/chromium
17mkdir ~/.cache
18mkdir ~/.cache/chromium 16mkdir ~/.cache/chromium
19whitelist ~/.cache/chromium 17whitelist ~/.cache/chromium
20mkdir ~/.pki 18mkdir ~/.pki