aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2021-07-28 14:12:48 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2021-07-28 14:12:48 -0500
commit060e34d233d7f0fe0e91e80b753f6b7658e21373 (patch)
treeed7e524cabe4c382335d78fae13b97276f0e70b5 /etc/profile-a-l
parentRevert allow/deny additional files (diff)
parentMerge pull request #4420 from glitsj16/dci (diff)
downloadfirejail-060e34d233d7f0fe0e91e80b753f6b7658e21373.tar.gz
firejail-060e34d233d7f0fe0e91e80b753f6b7658e21373.tar.zst
firejail-060e34d233d7f0fe0e91e80b753f6b7658e21373.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/firefox.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index 3ad67734d..ff2a499dc 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -16,6 +16,7 @@ include globals.local
16 16
17noblacklist ${HOME}/.cache/mozilla 17noblacklist ${HOME}/.cache/mozilla
18noblacklist ${HOME}/.mozilla 18noblacklist ${HOME}/.mozilla
19noblacklist ${RUNUSER}/*firefox*
19 20
20blacklist /usr/libexec 21blacklist /usr/libexec
21 22
@@ -35,6 +36,7 @@ whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini
35whitelist /usr/share/gtk-doc/html 36whitelist /usr/share/gtk-doc/html
36whitelist /usr/share/mozilla 37whitelist /usr/share/mozilla
37whitelist /usr/share/webext 38whitelist /usr/share/webext
39whitelist ${RUNUSER}/*firefox*
38include whitelist-usr-share-common.inc 40include whitelist-usr-share-common.inc
39 41
40# firefox requires a shell to launch on Arch - add the next line to your firefox.local to enable private-bin. 42# firefox requires a shell to launch on Arch - add the next line to your firefox.local to enable private-bin.