From 116557c2f8dd979b541e08b6bf06c33441b3862b Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 1 Dec 2022 12:30:24 +0000 Subject: firefox-common-addons: fix whitelisting in ${RUNUSER} (#5497) * fix whitelisting in ${RUNUSER} See discussions https://github.com/netblue30/firejail/discussions/5495 for context. * Prevent whitelisting ${RUNUSER} comment --- etc/profile-a-l/firefox-common-addons.profile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc/profile-a-l/firefox-common-addons.profile') diff --git a/etc/profile-a-l/firefox-common-addons.profile b/etc/profile-a-l/firefox-common-addons.profile index b2b7c362a..6dc1fca8a 100644 --- a/etc/profile-a-l/firefox-common-addons.profile +++ b/etc/profile-a-l/firefox-common-addons.profile @@ -2,8 +2,13 @@ # Persistent customizations should go in a .local file. include firefox-common-addons.local +# Prevent whitelisting in ${RUNUSER} ignore whitelist ${RUNUSER}/*firefox* +ignore whitelist ${RUNUSER}/psd/*firefox* +ignore whitelist ${RUNUSER}/kpxc_server +ignore whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer ignore include whitelist-runuser-common.inc + ignore private-cache noblacklist ${HOME}/.cache/youtube-dl -- cgit v1.2.3-70-g09d2