aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/firefox.profile
diff options
context:
space:
mode:
authorLibravatar 0x6a <0x6a@gmx.net>2021-07-20 22:05:05 +0200
committerLibravatar 0x6a <unreal_account@web.de>2021-07-20 22:05:23 +0200
commita490e6725600bd58078ee0b23461e3e24c3145dd (patch)
tree6d273bdc50367a074229d9cbbd9a9ef8595a024e /etc/profile-a-l/firefox.profile
parentBlacklist /*firefox* except for firefox itself (diff)
downloadfirejail-a490e6725600bd58078ee0b23461e3e24c3145dd.tar.gz
firejail-a490e6725600bd58078ee0b23461e3e24c3145dd.tar.zst
firejail-a490e6725600bd58078ee0b23461e3e24c3145dd.zip
moved rules from firefox-common.profile to firefox.profile
Diffstat (limited to 'etc/profile-a-l/firefox.profile')
-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 8acfe7c2a..93d32d141 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -16,6 +16,7 @@ include globals.local
16 16
17nodeny ${HOME}/.cache/mozilla 17nodeny ${HOME}/.cache/mozilla
18nodeny ${HOME}/.mozilla 18nodeny ${HOME}/.mozilla
19nodeny ${RUNUSER}/*firefox* # location of profiles if profile-sync-daemon is used
19 20
20deny /usr/libexec 21deny /usr/libexec
21 22
@@ -35,6 +36,7 @@ allow /usr/share/gnome-shell/search-providers/firefox-search-provider.ini
35allow /usr/share/gtk-doc/html 36allow /usr/share/gtk-doc/html
36allow /usr/share/mozilla 37allow /usr/share/mozilla
37allow /usr/share/webext 38allow /usr/share/webext
39allow ${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.