From af73459c5c11bc5108914ea025b793ba563f656e Mon Sep 17 00:00:00 2001 From: bbhtt <62639087+bbhtt@users.noreply.github.com> Date: Mon, 28 Dec 2020 14:15:12 +0000 Subject: Add profiles for MS Edge dev build for Linux and Librewolf --- etc/profile-a-l/librewolf.profile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 etc/profile-a-l/librewolf.profile (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/librewolf.profile b/etc/profile-a-l/librewolf.profile new file mode 100644 index 000000000..5208cb979 --- /dev/null +++ b/etc/profile-a-l/librewolf.profile @@ -0,0 +1,28 @@ +# Firejail profile for Librewolf +# Description: Firefox fork based on privacy +# This file is overwritten after every install/update +# Persistent local customizations +include librewolf.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.cache/librewolf +noblacklist ${HOME}/.librewolf + +mkdir ${HOME}/.cache/librewolf +mkdir ${HOME}/.librewolf +whitelist ${HOME}/.cache/librewolf +whitelist ${HOME}/.librewolf + +# Uncomment (or add to librewolf.local) the following lines if you want to +# use the migration wizard. +#noblacklist ${HOME}/.mozilla +#whitelist ${HOME}/.mozilla + +# librewolf requires a shell to launch on Arch. We can possibly remove sh though. +#private-bin bash,dbus-launch,dbus-send,env,librewolf,python*,sh,which +# private-etc must first be enabled in firefox-common.profile +#private-etc librewolf + +# Redirect +include firefox-common.profile -- cgit v1.2.3-54-g00ecf