From 13e67f5cd77ec3f06fc2c620880eeeda73c52f38 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 24 Apr 2021 11:46:21 +0200 Subject: Add FireDragon profile (#4203) * Add firedragon profile * Point private-etc to firefox-common.local Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> * Add to firecfg.config * Add firedragon to disable-programs.inc * Correct dir * Remove private-etc Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> --- etc/profile-a-l/firedragon.profile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 etc/profile-a-l/firedragon.profile (limited to 'etc/profile-a-l/firedragon.profile') diff --git a/etc/profile-a-l/firedragon.profile b/etc/profile-a-l/firedragon.profile new file mode 100644 index 000000000..77487161e --- /dev/null +++ b/etc/profile-a-l/firedragon.profile @@ -0,0 +1,26 @@ +# Firejail profile for FireDragon +# Description: Librewolf fork with enhanced KDE integration +# This file is overwritten after every install/update +# Persistent local customizations +include firedragon.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.cache/firedragon +noblacklist ${HOME}/.firedragon + +mkdir ${HOME}/.cache/firedragon +mkdir ${HOME}/.firedragon +whitelist ${HOME}/.cache/firedragon +whitelist ${HOME}/.firedragon + +# Add the next lines to your firedragon.local if you want to use the migration wizard. +#noblacklist ${HOME}/.mozilla +#whitelist ${HOME}/.mozilla + +# FireDragon requires a shell to launch on Arch. We can possibly remove sh though. +# Add the next line to your firedragon.local to enable private-bin. +#private-bin bash,dbus-launch,dbus-send,env,firedragon,python*,sh,which + +# Redirect +include firefox-common.profile -- cgit v1.2.3-54-g00ecf