From 018d75775eab4a0f045949a9d069c57686ca2686 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 21 Apr 2020 08:24:28 -0400 Subject: reorganize github etc directory --- etc/profile-m-z/waterfox.profile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 etc/profile-m-z/waterfox.profile (limited to 'etc/profile-m-z/waterfox.profile') 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 @@ +# Firejail profile for waterfox +# This file is overwritten after every install/update +# Persistent local customizations +include waterfox.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.cache/waterfox +noblacklist ${HOME}/.waterfox + +mkdir ${HOME}/.cache/waterfox +mkdir ${HOME}/.waterfox +whitelist ${HOME}/.cache/waterfox +whitelist ${HOME}/.waterfox + +# Uncomment (or add to watefox.local) the following lines if you want to +# use the migration wizard. +#noblacklist ${HOME}/.mozilla +#whitelist ${HOME}/.mozilla + +# waterfox requires a shell to launch on Arch. We can possibly remove sh though. +#private-bin bash,dbus-launch,dbus-send,env,sh,waterfox,waterfox-classic,waterfox-current,which +# private-etc must first be enabled in firefox-common.profile +#private-etc waterfox + +# Redirect +include firefox-common.profile -- cgit v1.2.3-54-g00ecf