aboutsummaryrefslogtreecommitdiffstats
path: root/etc/seamonkey.profile
diff options
context:
space:
mode:
authorLibravatar Vincent43 <31109921+Vincent43@users.noreply.github.com>2019-02-03 13:18:07 +0100
committerLibravatar Vincent43 <31109921+Vincent43@users.noreply.github.com>2019-02-03 13:18:07 +0100
commit63c35052b7e76f40591f709571e19fbcb7cd8f48 (patch)
treefe5819efcbba2f637f3c75933a1cd829f6869823 /etc/seamonkey.profile
parentrelnotes (diff)
downloadfirejail-63c35052b7e76f40591f709571e19fbcb7cd8f48.tar.gz
firejail-63c35052b7e76f40591f709571e19fbcb7cd8f48.tar.zst
firejail-63c35052b7e76f40591f709571e19fbcb7cd8f48.zip
Add '$HOME/.local/share/pki' to blacklist
Since nss 3.42, '$HOME/.local/share/pki' is supported dir for storing certs https://hg.mozilla.org/projects/nss/rev/da45424cb9a0b4d8e45e5040e2e3b574d994e254
Diffstat (limited to 'etc/seamonkey.profile')
-rw-r--r--etc/seamonkey.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/seamonkey.profile b/etc/seamonkey.profile
index 9c38414bb..8cb291ba6 100644
--- a/etc/seamonkey.profile
+++ b/etc/seamonkey.profile
@@ -9,6 +9,7 @@ include globals.local
9noblacklist ${HOME}/.cache/mozilla 9noblacklist ${HOME}/.cache/mozilla
10noblacklist ${HOME}/.mozilla 10noblacklist ${HOME}/.mozilla
11noblacklist ${HOME}/.pki 11noblacklist ${HOME}/.pki
12noblacklist ${HOME}/.local/share/pki
12 13
13include disable-common.inc 14include disable-common.inc
14include disable-devel.inc 15include disable-devel.inc
@@ -29,6 +30,7 @@ whitelist ${HOME}/.mozilla
29whitelist ${HOME}/.pentadactyl 30whitelist ${HOME}/.pentadactyl
30whitelist ${HOME}/.pentadactylrc 31whitelist ${HOME}/.pentadactylrc
31whitelist ${HOME}/.pki 32whitelist ${HOME}/.pki
33whitelist ${HOME}/.local/share/pki
32whitelist ${HOME}/.vimperator 34whitelist ${HOME}/.vimperator
33whitelist ${HOME}/.vimperatorrc 35whitelist ${HOME}/.vimperatorrc
34whitelist ${HOME}/.wine-pipelight 36whitelist ${HOME}/.wine-pipelight