From 1f94e71d32253312de71c4355ac8d0a9f10c0f7c Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 2 Oct 2023 16:08:51 +0000 Subject: disable-programs.inc: add floorp support --- etc/inc/disable-programs.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index 36033224a..7adf94b52 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -112,6 +112,7 @@ blacklist ${HOME}/.cache/falkon blacklist ${HOME}/.cache/feedreader blacklist ${HOME}/.cache/firedragon blacklist ${HOME}/.cache/flaska.net/trojita +blacklist ${HOME}/.cache/floorp blacklist ${HOME}/.cache/folks blacklist ${HOME}/.cache/font-manager blacklist ${HOME}/.cache/fossamail @@ -719,6 +720,7 @@ blacklist ${HOME}/.factorio blacklist ${HOME}/.filezilla blacklist ${HOME}/.firedragon blacklist ${HOME}/.flowblade +blacklist ${HOME}/.floorp blacklist ${HOME}/.fltk blacklist ${HOME}/.fossamail blacklist ${HOME}/.fpm -- cgit v1.2.3-70-g09d2 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 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-70-g09d2 From 0ed7ba1b88c08df9d2b7a69f4dc484127af2942d Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 2 Oct 2023 16:48:12 +0000 Subject: disable-programs.inc: fix sorting --- etc/inc/disable-programs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index 7adf94b52..4d4673b34 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -719,8 +719,8 @@ blacklist ${HOME}/.etr blacklist ${HOME}/.factorio blacklist ${HOME}/.filezilla blacklist ${HOME}/.firedragon -blacklist ${HOME}/.flowblade blacklist ${HOME}/.floorp +blacklist ${HOME}/.flowblade blacklist ${HOME}/.fltk blacklist ${HOME}/.fossamail blacklist ${HOME}/.fpm -- cgit v1.2.3-70-g09d2