aboutsummaryrefslogtreecommitdiffstats
path: root/etc/waterfox.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-10-28 15:17:48 +0000
committerLibravatar GitHub <noreply@github.com>2019-10-28 15:17:48 +0000
commitf5de6d6d06692c211bd91183e5104cada273f2f8 (patch)
tree302c56d8ff86b32fb7ae1a12af35dfc8c4b44d9f /etc/waterfox.profile
parentUpdate mpv.profile (diff)
downloadfirejail-f5de6d6d06692c211bd91183e5104cada273f2f8.tar.gz
firejail-f5de6d6d06692c211bd91183e5104cada273f2f8.tar.zst
firejail-f5de6d6d06692c211bd91183e5104cada273f2f8.zip
Rework waterfox profile (#3014)
closes #3013
Diffstat (limited to 'etc/waterfox.profile')
-rw-r--r--etc/waterfox.profile13
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/waterfox.profile b/etc/waterfox.profile
index b8ee67ae0..c6c940fa3 100644
--- a/etc/waterfox.profile
+++ b/etc/waterfox.profile
@@ -5,22 +5,21 @@ include waterfox.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6include globals.local
7 7
8noblacklist ${HOME}/.cache/mozilla
9noblacklist ${HOME}/.cache/waterfox 8noblacklist ${HOME}/.cache/waterfox
10noblacklist ${HOME}/.mozilla
11noblacklist ${HOME}/.waterfox 9noblacklist ${HOME}/.waterfox
12 10
13mkdir ${HOME}/.cache/mozilla/firefox
14mkdir ${HOME}/.mozilla
15mkdir ${HOME}/.cache/waterfox 11mkdir ${HOME}/.cache/waterfox
16mkdir ${HOME}/.waterfox 12mkdir ${HOME}/.waterfox
17whitelist ${HOME}/.cache/mozilla/firefox
18whitelist ${HOME}/.cache/waterfox 13whitelist ${HOME}/.cache/waterfox
19whitelist ${HOME}/.mozilla
20whitelist ${HOME}/.waterfox 14whitelist ${HOME}/.waterfox
21 15
16# Uncomment (or add to watefox.local) the following lines if you want to
17# use the migration wizard.
18#noblacklist ${HOME}/.mozilla
19#whitelist ${HOME}/.mozilla
20
22# waterfox requires a shell to launch on Arch. We can possibly remove sh though. 21# waterfox requires a shell to launch on Arch. We can possibly remove sh though.
23#private-bin bash,dbus-launch,dbus-send,env,sh,waterfox,which 22#private-bin bash,dbus-launch,dbus-send,env,sh,waterfox,waterfox-classic,waterfox-current,which
24# private-etc must first be enabled in firefox-common.profile 23# private-etc must first be enabled in firefox-common.profile
25#private-etc waterfox 24#private-etc waterfox
26 25