From 1af1f0320e52a32c61790d5faed352e1bfe8f5aa Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 2 Oct 2023 16:10:23 +0000 Subject: Create floorp.profile --- etc/profile-a-l/floorp.profile | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 etc/profile-a-l/floorp.profile (limited to 'etc') diff --git a/etc/profile-a-l/floorp.profile b/etc/profile-a-l/floorp.profile new file mode 100644 index 000000000..49caed107 --- /dev/null +++ b/etc/profile-a-l/floorp.profile @@ -0,0 +1,45 @@ +# Firejail profile for floorp +# Description: A customisable Firefox fork with excellent privacy protection +# This file is overwritten after every install/update +# Persistent local customizations +include floorp.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.cache/floorp +noblacklist ${HOME}/.floorp + +mkdir ${HOME}/.cache/floorp +mkdir ${HOME}/.floorp +whitelist ${HOME}/.cache/floorp +whitelist ${HOME}/.floorp + +# Add the next lines to your floorp.local if you want to use the migration wizard. +#noblacklist ${HOME}/.mozilla +#whitelist ${HOME}/.mozilla + +# To enable KeePassXC Plugin add one of the following lines to your floorp.local. +# Note: Start KeePassXC before floorp and keep it open to allow communication between them. +#whitelist ${RUNUSER}/kpxc_server +#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer + +dbus-user filter +dbus-user.own org.mozilla.floorp.* +# Add the next line to your floorp.local to enable native notifications. +#dbus-user.talk org.freedesktop.Notifications +# Add the next line to your floorp.local to allow inhibiting screensavers. +#dbus-user.talk org.freedesktop.ScreenSaver +# Add the next lines to your floorp.local for plasma browser integration. +#dbus-user.own org.mpris.MediaPlayer2.plasma-browser-integration +#dbus-user.talk org.kde.JobViewServer +#dbus-user.talk org.kde.kuiserver +# Add the next line to your floorp.local to allow screensharing under Wayland. +#dbus-user.talk org.freedesktop.portal.Desktop +# Also add the next line to your floorp.local if screensharing does not work with +# the above lines (depends on the portal implementation). +#ignore noroot +ignore apparmor +ignore dbus-user none + +# Redirect +include firefox-common.profile -- cgit v1.2.3-54-g00ecf