aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/waterfox.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
commit018d75775eab4a0f045949a9d069c57686ca2686 (patch)
treeaac3a1a65cca0d4875795c55109a5c3e35efdefb /etc/profile-m-z/waterfox.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/profile-m-z/waterfox.profile')
-rw-r--r--etc/profile-m-z/waterfox.profile27
1 files changed, 27 insertions, 0 deletions
diff --git a/etc/profile-m-z/waterfox.profile b/etc/profile-m-z/waterfox.profile
new file mode 100644
index 000000000..c6c940fa3
--- /dev/null
+++ b/etc/profile-m-z/waterfox.profile
@@ -0,0 +1,27 @@
1# Firejail profile for waterfox
2# This file is overwritten after every install/update
3# Persistent local customizations
4include waterfox.local
5# Persistent global definitions
6include globals.local
7
8noblacklist ${HOME}/.cache/waterfox
9noblacklist ${HOME}/.waterfox
10
11mkdir ${HOME}/.cache/waterfox
12mkdir ${HOME}/.waterfox
13whitelist ${HOME}/.cache/waterfox
14whitelist ${HOME}/.waterfox
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
21# waterfox requires a shell to launch on Arch. We can possibly remove sh though.
22#private-bin bash,dbus-launch,dbus-send,env,sh,waterfox,waterfox-classic,waterfox-current,which
23# private-etc must first be enabled in firefox-common.profile
24#private-etc waterfox
25
26# Redirect
27include firefox-common.profile