aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cliqz.profile
diff options
context:
space:
mode:
authorLibravatar philotux <philotux@users.noreply.github.com>2019-01-28 20:44:38 -0500
committerLibravatar Tad <tad@spotco.us>2019-01-28 20:45:20 -0500
commit25b8661e6a93fb7831f9c2e0589835b4986d127a (patch)
tree6261841daa2ea91b752f852bab98a9422648c369 /etc/cliqz.profile
parentFix parsing of cgroup option in config (diff)
downloadfirejail-25b8661e6a93fb7831f9c2e0589835b4986d127a.tar.gz
firejail-25b8661e6a93fb7831f9c2e0589835b4986d127a.tar.zst
firejail-25b8661e6a93fb7831f9c2e0589835b4986d127a.zip
Fixup cliqz profile, closes #2377
Diffstat (limited to 'etc/cliqz.profile')
-rw-r--r--etc/cliqz.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/cliqz.profile b/etc/cliqz.profile
index 70277f1ce..d0b8cc0ef 100644
--- a/etc/cliqz.profile
+++ b/etc/cliqz.profile
@@ -6,11 +6,14 @@ include cliqz.local
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.cache/cliqz 8noblacklist ${HOME}/.cache/cliqz
9noblacklist ${HOME}/.cliqz
9noblacklist ${HOME}/.config/cliqz 10noblacklist ${HOME}/.config/cliqz
10 11
11mkdir ${HOME}/.cache/cliqz 12mkdir ${HOME}/.cache/cliqz
13mkdir ${HOME}/.cliqz
12mkdir ${HOME}/.config/cliqz 14mkdir ${HOME}/.config/cliqz
13whitelist ${HOME}/.cache/cliqz 15whitelist ${HOME}/.cache/cliqz
16whitelist ${HOME}/.cliqz
14whitelist ${HOME}/.config/cliqz 17whitelist ${HOME}/.config/cliqz
15 18
16# private-etc must first be enabled in firefox-common.profile 19# private-etc must first be enabled in firefox-common.profile