aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cliqz.profile
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-17 12:29:11 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2017-11-17 12:32:32 -0600
commiteb4b505ac2537c320c044cf5fad595ecef41bbca (patch)
tree6216a34146aed50fdf700191914b287795d83adc /etc/cliqz.profile
parentFix #1651 - dropbox failed to start (diff)
downloadfirejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.tar.gz
firejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.tar.zst
firejail-eb4b505ac2537c320c044cf5fad595ecef41bbca.zip
Consistent home directory nomenclature
Diffstat (limited to 'etc/cliqz.profile')
-rw-r--r--etc/cliqz.profile94
1 files changed, 47 insertions, 47 deletions
diff --git a/etc/cliqz.profile b/etc/cliqz.profile
index d61d46dca..086dfa233 100644
--- a/etc/cliqz.profile
+++ b/etc/cliqz.profile
@@ -5,60 +5,60 @@ include /etc/firejail/cliqz.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8noblacklist ~/.cache/cliqz 8noblacklist ${HOME}/.cache/cliqz
9noblacklist ~/.config/cliqz 9noblacklist ${HOME}/.config/cliqz
10noblacklist ~/.config/okularpartrc 10noblacklist ${HOME}/.config/okularpartrc
11noblacklist ~/.config/okularrc 11noblacklist ${HOME}/.config/okularrc
12noblacklist ~/.config/qpdfview 12noblacklist ${HOME}/.config/qpdfview
13noblacklist ~/.kde/share/apps/okular 13noblacklist ${HOME}/.kde/share/apps/okular
14noblacklist ~/.kde/share/config/okularpartrc 14noblacklist ${HOME}/.kde/share/config/okularpartrc
15noblacklist ~/.kde/share/config/okularrc 15noblacklist ${HOME}/.kde/share/config/okularrc
16noblacklist ~/.kde4/share/apps/okular 16noblacklist ${HOME}/.kde4/share/apps/okular
17noblacklist ~/.kde4/share/config/okularpartrc 17noblacklist ${HOME}/.kde4/share/config/okularpartrc
18noblacklist ~/.kde4/share/config/okularrc 18noblacklist ${HOME}/.kde4/share/config/okularrc
19# noblacklist ~/.local/share/gnome-shell/extensions 19# noblacklist ${HOME}/.local/share/gnome-shell/extensions
20noblacklist ~/.local/share/okular 20noblacklist ${HOME}/.local/share/okular
21noblacklist ~/.local/share/qpdfview 21noblacklist ${HOME}/.local/share/qpdfview
22 22
23noblacklist ~/.pki 23noblacklist ${HOME}/.pki
24 24
25include /etc/firejail/disable-common.inc 25include /etc/firejail/disable-common.inc
26include /etc/firejail/disable-devel.inc 26include /etc/firejail/disable-devel.inc
27include /etc/firejail/disable-programs.inc 27include /etc/firejail/disable-programs.inc
28 28
29mkdir ~/.cache/mozilla/firefox 29mkdir ${HOME}/.cache/mozilla/firefox
30mkdir ~/.mozilla 30mkdir ${HOME}/.mozilla
31mkdir ~/.pki 31mkdir ${HOME}/.pki
32whitelist ${DOWNLOADS} 32whitelist ${DOWNLOADS}
33whitelist ~/.cache/gnome-mplayer/plugin 33whitelist ${HOME}/.cache/gnome-mplayer/plugin
34whitelist ~/.cache/mozilla/firefox 34whitelist ${HOME}/.cache/mozilla/firefox
35whitelist ~/.config/gnome-mplayer 35whitelist ${HOME}/.config/gnome-mplayer
36whitelist ~/.config/okularpartrc 36whitelist ${HOME}/.config/okularpartrc
37whitelist ~/.config/okularrc 37whitelist ${HOME}/.config/okularrc
38whitelist ~/.config/pipelight-silverlight5.1 38whitelist ${HOME}/.config/pipelight-silverlight5.1
39whitelist ~/.config/pipelight-widevine 39whitelist ${HOME}/.config/pipelight-widevine
40whitelist ~/.config/qpdfview 40whitelist ${HOME}/.config/qpdfview
41whitelist ~/.kde/share/apps/okular 41whitelist ${HOME}/.kde/share/apps/okular
42whitelist ~/.kde/share/config/okularpartrc 42whitelist ${HOME}/.kde/share/config/okularpartrc
43whitelist ~/.kde/share/config/okularrc 43whitelist ${HOME}/.kde/share/config/okularrc
44whitelist ~/.kde4/share/apps/okular 44whitelist ${HOME}/.kde4/share/apps/okular
45whitelist ~/.kde4/share/config/okularpartrc 45whitelist ${HOME}/.kde4/share/config/okularpartrc
46whitelist ~/.kde4/share/config/okularrc 46whitelist ${HOME}/.kde4/share/config/okularrc
47whitelist ~/.keysnail.js 47whitelist ${HOME}/.keysnail.js
48whitelist ~/.lastpass 48whitelist ${HOME}/.lastpass
49whitelist ~/.local/share/gnome-shell/extensions 49whitelist ${HOME}/.local/share/gnome-shell/extensions
50whitelist ~/.local/share/okular 50whitelist ${HOME}/.local/share/okular
51whitelist ~/.local/share/qpdfview 51whitelist ${HOME}/.local/share/qpdfview
52whitelist ~/.mozilla 52whitelist ${HOME}/.mozilla
53whitelist ~/.pentadactyl 53whitelist ${HOME}/.pentadactyl
54whitelist ~/.pentadactylrc 54whitelist ${HOME}/.pentadactylrc
55whitelist ~/.pki 55whitelist ${HOME}/.pki
56whitelist ~/.vimperator 56whitelist ${HOME}/.vimperator
57whitelist ~/.vimperatorrc 57whitelist ${HOME}/.vimperatorrc
58whitelist ~/.wine-pipelight 58whitelist ${HOME}/.wine-pipelight
59whitelist ~/.wine-pipelight64 59whitelist ${HOME}/.wine-pipelight64
60whitelist ~/.zotero 60whitelist ${HOME}/.zotero
61whitelist ~/dwhelper 61whitelist ${HOME}/dwhelper
62include /etc/firejail/whitelist-common.inc 62include /etc/firejail/whitelist-common.inc
63include /etc/firejail/whitelist-var-common.inc 63include /etc/firejail/whitelist-var-common.inc
64 64