aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/firefox-common-addons.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-12-01 12:30:24 +0000
committerLibravatar GitHub <noreply@github.com>2022-12-01 12:30:24 +0000
commit116557c2f8dd979b541e08b6bf06c33441b3862b (patch)
tree8c94c4086949f4586e79692cd3a25addd2830916 /etc/profile-a-l/firefox-common-addons.profile
parentAppArmor: add more examples to firejail-local (#5493) (diff)
downloadfirejail-116557c2f8dd979b541e08b6bf06c33441b3862b.tar.gz
firejail-116557c2f8dd979b541e08b6bf06c33441b3862b.tar.zst
firejail-116557c2f8dd979b541e08b6bf06c33441b3862b.zip
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
Diffstat (limited to 'etc/profile-a-l/firefox-common-addons.profile')
-rw-r--r--etc/profile-a-l/firefox-common-addons.profile5
1 files changed, 5 insertions, 0 deletions
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 @@
2# Persistent customizations should go in a .local file. 2# Persistent customizations should go in a .local file.
3include firefox-common-addons.local 3include firefox-common-addons.local
4 4
5# Prevent whitelisting in ${RUNUSER}
5ignore whitelist ${RUNUSER}/*firefox* 6ignore whitelist ${RUNUSER}/*firefox*
7ignore whitelist ${RUNUSER}/psd/*firefox*
8ignore whitelist ${RUNUSER}/kpxc_server
9ignore whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
6ignore include whitelist-runuser-common.inc 10ignore include whitelist-runuser-common.inc
11
7ignore private-cache 12ignore private-cache
8 13
9noblacklist ${HOME}/.cache/youtube-dl 14noblacklist ${HOME}/.cache/youtube-dl