aboutsummaryrefslogtreecommitdiffstats
path: root/etc/waterfox.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/waterfox.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/waterfox.profile')
-rw-r--r--etc/waterfox.profile106
1 files changed, 53 insertions, 53 deletions
diff --git a/etc/waterfox.profile b/etc/waterfox.profile
index 53543e97e..b2abb3a5f 100644
--- a/etc/waterfox.profile
+++ b/etc/waterfox.profile
@@ -5,65 +5,65 @@ include /etc/firejail/waterfox.local
5# Persistent global definitions 5# Persistent global definitions
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8noblacklist ~/.cache/mozilla 8noblacklist ${HOME}/.cache/mozilla
9noblacklist ~/.cache/waterfox 9noblacklist ${HOME}/.cache/waterfox
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
22noblacklist ~/.mozilla 22noblacklist ${HOME}/.mozilla
23noblacklist ~/.waterfox 23noblacklist ${HOME}/.waterfox
24noblacklist ~/.pki 24noblacklist ${HOME}/.pki
25 25
26include /etc/firejail/disable-common.inc 26include /etc/firejail/disable-common.inc
27include /etc/firejail/disable-devel.inc 27include /etc/firejail/disable-devel.inc
28include /etc/firejail/disable-programs.inc 28include /etc/firejail/disable-programs.inc
29 29
30mkdir ~/.cache/mozilla/firefox 30mkdir ${HOME}/.cache/mozilla/firefox
31mkdir ~/.mozilla 31mkdir ${HOME}/.mozilla
32mkdir ~/.cache/waterfox 32mkdir ${HOME}/.cache/waterfox
33mkdir ~/.waterfox 33mkdir ${HOME}/.waterfox
34mkdir ~/.pki 34mkdir ${HOME}/.pki
35whitelist ${DOWNLOADS} 35whitelist ${DOWNLOADS}
36whitelist ~/.cache/gnome-mplayer/plugin 36whitelist ${HOME}/.cache/gnome-mplayer/plugin
37whitelist ~/.cache/mozilla/firefox 37whitelist ${HOME}/.cache/mozilla/firefox
38whitelist ~/.cache/waterfox 38whitelist ${HOME}/.cache/waterfox
39whitelist ~/.config/gnome-mplayer 39whitelist ${HOME}/.config/gnome-mplayer
40whitelist ~/.config/okularpartrc 40whitelist ${HOME}/.config/okularpartrc
41whitelist ~/.config/okularrc 41whitelist ${HOME}/.config/okularrc
42whitelist ~/.config/pipelight-silverlight5.1 42whitelist ${HOME}/.config/pipelight-silverlight5.1
43whitelist ~/.config/pipelight-widevine 43whitelist ${HOME}/.config/pipelight-widevine
44whitelist ~/.config/qpdfview 44whitelist ${HOME}/.config/qpdfview
45whitelist ~/.kde/share/apps/okular 45whitelist ${HOME}/.kde/share/apps/okular
46whitelist ~/.kde/share/config/okularpartrc 46whitelist ${HOME}/.kde/share/config/okularpartrc
47whitelist ~/.kde/share/config/okularrc 47whitelist ${HOME}/.kde/share/config/okularrc
48whitelist ~/.kde4/share/apps/okular 48whitelist ${HOME}/.kde4/share/apps/okular
49whitelist ~/.kde4/share/config/okularpartrc 49whitelist ${HOME}/.kde4/share/config/okularpartrc
50whitelist ~/.kde4/share/config/okularrc 50whitelist ${HOME}/.kde4/share/config/okularrc
51whitelist ~/.keysnail.js 51whitelist ${HOME}/.keysnail.js
52whitelist ~/.lastpass 52whitelist ${HOME}/.lastpass
53whitelist ~/.local/share/gnome-shell/extensions 53whitelist ${HOME}/.local/share/gnome-shell/extensions
54whitelist ~/.local/share/okular 54whitelist ${HOME}/.local/share/okular
55whitelist ~/.local/share/qpdfview 55whitelist ${HOME}/.local/share/qpdfview
56whitelist ~/.mozilla 56whitelist ${HOME}/.mozilla
57whitelist ~/.waterfox 57whitelist ${HOME}/.waterfox
58whitelist ~/.pentadactyl 58whitelist ${HOME}/.pentadactyl
59whitelist ~/.pentadactylrc 59whitelist ${HOME}/.pentadactylrc
60whitelist ~/.pki 60whitelist ${HOME}/.pki
61whitelist ~/.vimperator 61whitelist ${HOME}/.vimperator
62whitelist ~/.vimperatorrc 62whitelist ${HOME}/.vimperatorrc
63whitelist ~/.wine-pipelight 63whitelist ${HOME}/.wine-pipelight
64whitelist ~/.wine-pipelight64 64whitelist ${HOME}/.wine-pipelight64
65whitelist ~/.zotero 65whitelist ${HOME}/.zotero
66whitelist ~/dwhelper 66whitelist ${HOME}/dwhelper
67include /etc/firejail/whitelist-common.inc 67include /etc/firejail/whitelist-common.inc
68include /etc/firejail/whitelist-var-common.inc 68include /etc/firejail/whitelist-var-common.inc
69 69