aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2017-08-19 10:03:11 -0500
committerLibravatar GitHub <noreply@github.com>2017-08-19 10:03:11 -0500
commit21adee744bfcc81f96c834995f780bdd6863ea8d (patch)
treea7c274af1ddc43787b6b256899e3a260e5f5c27b
parentbring back transfer to transfer.sh in travis (diff)
parentUpdate waterfox.profile (diff)
downloadfirejail-21adee744bfcc81f96c834995f780bdd6863ea8d.tar.gz
firejail-21adee744bfcc81f96c834995f780bdd6863ea8d.tar.zst
firejail-21adee744bfcc81f96c834995f780bdd6863ea8d.zip
Merge pull request #1482 from hawkeye116477/master
Update waterfox.profile
-rw-r--r--etc/waterfox.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/waterfox.profile b/etc/waterfox.profile
index 76b7c86ba..51e9e521c 100644
--- a/etc/waterfox.profile
+++ b/etc/waterfox.profile
@@ -6,6 +6,7 @@ include /etc/firejail/waterfox.local
6include /etc/firejail/globals.local 6include /etc/firejail/globals.local
7 7
8noblacklist ~/.cache/mozilla 8noblacklist ~/.cache/mozilla
9noblacklist ~/.cache/waterfox
9noblacklist ~/.config/okularpartrc 10noblacklist ~/.config/okularpartrc
10noblacklist ~/.config/okularrc 11noblacklist ~/.config/okularrc
11noblacklist ~/.config/qpdfview 12noblacklist ~/.config/qpdfview
@@ -14,6 +15,7 @@ noblacklist ~/.kde4/share/apps/okular
14noblacklist ~/.local/share/okular 15noblacklist ~/.local/share/okular
15noblacklist ~/.local/share/qpdfview 16noblacklist ~/.local/share/qpdfview
16noblacklist ~/.mozilla 17noblacklist ~/.mozilla
18noblacklist ~/.waterfox
17noblacklist ~/.pki 19noblacklist ~/.pki
18 20
19include /etc/firejail/disable-common.inc 21include /etc/firejail/disable-common.inc
@@ -22,10 +24,13 @@ include /etc/firejail/disable-programs.inc
22 24
23mkdir ~/.cache/mozilla/firefox 25mkdir ~/.cache/mozilla/firefox
24mkdir ~/.mozilla 26mkdir ~/.mozilla
27mkdir ~/.cache/waterfox
28mkdir ~/.waterfox
25mkdir ~/.pki 29mkdir ~/.pki
26whitelist ${DOWNLOADS} 30whitelist ${DOWNLOADS}
27whitelist ~/.cache/gnome-mplayer/plugin 31whitelist ~/.cache/gnome-mplayer/plugin
28whitelist ~/.cache/mozilla/firefox 32whitelist ~/.cache/mozilla/firefox
33whitelist ~/.cache/waterfox
29whitelist ~/.config/gnome-mplayer 34whitelist ~/.config/gnome-mplayer
30whitelist ~/.config/okularpartrc 35whitelist ~/.config/okularpartrc
31whitelist ~/.config/okularrc 36whitelist ~/.config/okularrc
@@ -39,6 +44,7 @@ whitelist ~/.lastpass
39whitelist ~/.local/share/okular 44whitelist ~/.local/share/okular
40whitelist ~/.local/share/qpdfview 45whitelist ~/.local/share/qpdfview
41whitelist ~/.mozilla 46whitelist ~/.mozilla
47whitelist ~/.waterfox
42whitelist ~/.pentadactyl 48whitelist ~/.pentadactyl
43whitelist ~/.pentadactylrc 49whitelist ~/.pentadactylrc
44whitelist ~/.pki 50whitelist ~/.pki