aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/firefox.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-28 19:01:17 +0000
committerLibravatar GitHub <noreply@github.com>2021-07-28 19:01:17 +0000
commit2b5eb07e078c560a3ae184f4f997b7d7353a1a32 (patch)
tree0be4523f0ab86740a0c2e1dbe52b742fc9805b24 /etc/profile-a-l/firefox.profile
parentmoved rules from firefox-common.profile to firefox.profile (diff)
parentMerge pull request #4412 from netblue30/Neo00001-patch-1 (diff)
downloadfirejail-2b5eb07e078c560a3ae184f4f997b7d7353a1a32.tar.gz
firejail-2b5eb07e078c560a3ae184f4f997b7d7353a1a32.tar.zst
firejail-2b5eb07e078c560a3ae184f4f997b7d7353a1a32.zip
Merge branch 'master' into master
Diffstat (limited to 'etc/profile-a-l/firefox.profile')
-rw-r--r--etc/profile-a-l/firefox.profile26
1 files changed, 13 insertions, 13 deletions
diff --git a/etc/profile-a-l/firefox.profile b/etc/profile-a-l/firefox.profile
index 93d32d141..ff2a499dc 100644
--- a/etc/profile-a-l/firefox.profile
+++ b/etc/profile-a-l/firefox.profile
@@ -14,29 +14,29 @@ include globals.local
14# https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions#how-do-i-run-two-instances-of-firefox 14# https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions#how-do-i-run-two-instances-of-firefox
15# https://github.com/netblue30/firejail/issues/4206#issuecomment-824806968 15# https://github.com/netblue30/firejail/issues/4206#issuecomment-824806968
16 16
17nodeny ${HOME}/.cache/mozilla 17noblacklist ${HOME}/.cache/mozilla
18nodeny ${HOME}/.mozilla 18noblacklist ${HOME}/.mozilla
19nodeny ${RUNUSER}/*firefox* # location of profiles if profile-sync-daemon is used 19noblacklist ${RUNUSER}/*firefox*
20 20
21deny /usr/libexec 21blacklist /usr/libexec
22 22
23mkdir ${HOME}/.cache/mozilla/firefox 23mkdir ${HOME}/.cache/mozilla/firefox
24mkdir ${HOME}/.mozilla 24mkdir ${HOME}/.mozilla
25allow ${HOME}/.cache/mozilla/firefox 25whitelist ${HOME}/.cache/mozilla/firefox
26allow ${HOME}/.mozilla 26whitelist ${HOME}/.mozilla
27 27
28# Add one of the following whitelist options to your firefox.local to enable KeePassXC Plugin support. 28# Add one of the following whitelist options to your firefox.local to enable KeePassXC Plugin support.
29# NOTE: start KeePassXC before Firefox and keep it open to allow communication between them. 29# NOTE: start KeePassXC before Firefox and keep it open to allow communication between them.
30#whitelist ${RUNUSER}/kpxc_server 30#whitelist ${RUNUSER}/kpxc_server
31#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer 31#whitelist ${RUNUSER}/org.keepassxc.KeePassXC.BrowserServer
32 32
33allow /usr/share/doc 33whitelist /usr/share/doc
34allow /usr/share/firefox 34whitelist /usr/share/firefox
35allow /usr/share/gnome-shell/search-providers/firefox-search-provider.ini 35whitelist /usr/share/gnome-shell/search-providers/firefox-search-provider.ini
36allow /usr/share/gtk-doc/html 36whitelist /usr/share/gtk-doc/html
37allow /usr/share/mozilla 37whitelist /usr/share/mozilla
38allow /usr/share/webext 38whitelist /usr/share/webext
39allow ${RUNUSER}/*firefox* 39whitelist ${RUNUSER}/*firefox*
40include whitelist-usr-share-common.inc 40include whitelist-usr-share-common.inc
41 41
42# 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.