aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-12 15:50:44 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-12 15:50:44 +0100
commitbd4789921357e092b94b982599efc436586b65c4 (patch)
treed830f98e4c97ac894a41952551d7fcd768b9de51 /etc
parentprofiles: whitelist /usr/share/webext in firefox-common (diff)
downloadfirejail-bd4789921357e092b94b982599efc436586b65c4.tar.gz
firejail-bd4789921357e092b94b982599efc436586b65c4.tar.zst
firejail-bd4789921357e092b94b982599efc436586b65c4.zip
move whitelist /usr/share/webext from firefox-com…
…mon.profile to firefox.profile. See https://github.com/netblue30/firejail/commit/c8f78d7b536ec2dce4cc74de2653ae6c8c99b553#commitcomment-36763119
Diffstat (limited to 'etc')
-rw-r--r--etc/firefox-common.profile1
-rw-r--r--etc/firefox.profile1
2 files changed, 1 insertions, 1 deletions
diff --git a/etc/firefox-common.profile b/etc/firefox-common.profile
index bb10e0082..7777d07ce 100644
--- a/etc/firefox-common.profile
+++ b/etc/firefox-common.profile
@@ -26,7 +26,6 @@ mkdir ${HOME}/.local/share/pki
26whitelist ${DOWNLOADS} 26whitelist ${DOWNLOADS}
27whitelist ${HOME}/.pki 27whitelist ${HOME}/.pki
28whitelist ${HOME}/.local/share/pki 28whitelist ${HOME}/.local/share/pki
29whitelist /usr/share/webext
30include whitelist-common.inc 29include whitelist-common.inc
31include whitelist-var-common.inc 30include whitelist-var-common.inc
32 31
diff --git a/etc/firefox.profile b/etc/firefox.profile
index 0278c70f2..50f40a039 100644
--- a/etc/firefox.profile
+++ b/etc/firefox.profile
@@ -15,6 +15,7 @@ whitelist ${HOME}/.cache/mozilla/firefox
15whitelist ${HOME}/.mozilla 15whitelist ${HOME}/.mozilla
16 16
17whitelist /usr/share/mozilla 17whitelist /usr/share/mozilla
18whitelist /usr/share/webext
18include whitelist-usr-share-common.inc 19include whitelist-usr-share-common.inc
19 20
20# firefox requires a shell to launch on Arch. 21# firefox requires a shell to launch on Arch.