aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mendeleydesktop.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/mendeleydesktop.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/mendeleydesktop.profile')
-rw-r--r--etc/mendeleydesktop.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/mendeleydesktop.profile b/etc/mendeleydesktop.profile
index 280baebdc..3a5edc364 100644
--- a/etc/mendeleydesktop.profile
+++ b/etc/mendeleydesktop.profile
@@ -12,7 +12,8 @@ noblacklist ${HOME}/.cache/Mendeley Ltd.
12noblacklist ${HOME}/.config/Mendeley Ltd. 12noblacklist ${HOME}/.config/Mendeley Ltd.
13noblacklist ${HOME}/.local/share/Mendeley Ltd. 13noblacklist ${HOME}/.local/share/Mendeley Ltd.
14noblacklist ${HOME}/.local/share/data/Mendeley Ltd. 14noblacklist ${HOME}/.local/share/data/Mendeley Ltd.
15noblacklist ${HOME}/.pki/nssdb 15noblacklist ${HOME}/.pki
16noblacklist ${HOME}/.local/share/pki
16 17
17# Allow python (blacklisted by disable-interpreters.inc) 18# Allow python (blacklisted by disable-interpreters.inc)
18noblacklist ${PATH}/python2* 19noblacklist ${PATH}/python2*