mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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
This commit is contained in:
parent
e5312c48f7
commit
63c35052b7
11 changed files with 27 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ noblacklist ${HOME}/.local/share/okular
|
|||
noblacklist ${HOME}/.local/share/qpdfview
|
||||
noblacklist ${HOME}/.mozilla
|
||||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
|
|
@ -32,6 +33,7 @@ include /etc/firejail/disable-programs.inc
|
|||
mkdir ${HOME}/.cache/mozilla/firefox
|
||||
mkdir ${HOME}/.mozilla
|
||||
mkdir ${HOME}/.pki
|
||||
mkdir ${HOME}/.local/share/pki
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${HOME}/.cache/gnome-mplayer/plugin
|
||||
whitelist ${HOME}/.cache/mozilla/firefox
|
||||
|
|
@ -60,6 +62,7 @@ whitelist ${HOME}/.mozilla
|
|||
whitelist ${HOME}/.pentadactyl
|
||||
whitelist ${HOME}/.pentadactylrc
|
||||
whitelist ${HOME}/.pki
|
||||
whitelist ${HOME}/.local/share/pki
|
||||
whitelist ${HOME}/.vimperator
|
||||
whitelist ${HOME}/.vimperatorrc
|
||||
whitelist ${HOME}/.wine-pipelight
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ include chromium-common.local
|
|||
#include globals.local
|
||||
|
||||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
@ -14,8 +15,10 @@ include disable-interpreters.inc
|
|||
include disable-programs.inc
|
||||
|
||||
mkdir ${HOME}/.pki
|
||||
mkdir ${HOME}/.local/share/pki
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${HOME}/.pki
|
||||
whitelist ${HOME}/.local/share/pki
|
||||
include whitelist-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
|
|
|
|||
|
|
@ -306,6 +306,7 @@ blacklist ${HOME}/.mutt
|
|||
blacklist ${HOME}/.muttrc
|
||||
blacklist ${HOME}/.netrc
|
||||
blacklist ${HOME}/.pki
|
||||
blacklist ${HOME}/.local/share/pki
|
||||
blacklist ${HOME}/.smbcredentials
|
||||
blacklist ${HOME}/.ssh
|
||||
blacklist ${HOME}/.vaults
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ noblacklist ${HOME}/.config/evolution
|
|||
noblacklist ${HOME}/.gnupg
|
||||
noblacklist ${HOME}/.local/share/evolution
|
||||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ include firefox-common.local
|
|||
#include firefox-common-addons.inc
|
||||
|
||||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
@ -17,8 +18,10 @@ include disable-interpreters.inc
|
|||
include disable-programs.inc
|
||||
|
||||
mkdir ${HOME}/.pki
|
||||
mkdir ${HOME}/.local/share/pki
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${HOME}/.pki
|
||||
whitelist ${HOME}/.local/share/pki
|
||||
include whitelist-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ include globals.local
|
|||
noblacklist ${HOME}/.cache/Franz
|
||||
noblacklist ${HOME}/.config/Franz
|
||||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
@ -17,10 +18,12 @@ include disable-programs.inc
|
|||
mkdir ${HOME}/.cache/Franz
|
||||
mkdir ${HOME}/.config/Franz
|
||||
mkdir ${HOME}/.pki
|
||||
mkdir ${HOME}/.local/share/pki
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${HOME}/.cache/Franz
|
||||
whitelist ${HOME}/.config/Franz
|
||||
whitelist ${HOME}/.pki
|
||||
whitelist ${HOME}/.local/share/pki
|
||||
include whitelist-common.inc
|
||||
|
||||
caps.drop all
|
||||
|
|
|
|||
|
|
@ -12,7 +12,8 @@ noblacklist ${HOME}/.cache/Mendeley Ltd.
|
|||
noblacklist ${HOME}/.config/Mendeley Ltd.
|
||||
noblacklist ${HOME}/.local/share/Mendeley Ltd.
|
||||
noblacklist ${HOME}/.local/share/data/Mendeley Ltd.
|
||||
noblacklist ${HOME}/.pki/nssdb
|
||||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
# Allow python (blacklisted by disable-interpreters.inc)
|
||||
noblacklist ${PATH}/python2*
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ noblacklist ${HOME}/.local/share/midori
|
|||
# noblacklist ${HOME}/.local/share/webkit
|
||||
# noblacklist ${HOME}/.local/share/webkitgtk
|
||||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
@ -23,6 +24,7 @@ mkdir ${HOME}/.local/share/midori
|
|||
mkdir ${HOME}/.local/share/webkit
|
||||
mkdir ${HOME}/.local/share/webkitgtk
|
||||
mkdir ${HOME}/.pki
|
||||
mkdir ${HOME}/.local/share/pki
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${HOME}/.cache/gnome-mplayer/plugin
|
||||
whitelist ${HOME}/.cache/midori
|
||||
|
|
@ -33,6 +35,7 @@ whitelist ${HOME}/.local/share/midori
|
|||
whitelist ${HOME}/.local/share/webkit
|
||||
whitelist ${HOME}/.local/share/webkitgtk
|
||||
whitelist ${HOME}/.pki
|
||||
whitelist ${HOME}/.local/share/pki
|
||||
include whitelist-common.inc
|
||||
|
||||
caps.drop all
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ include globals.local
|
|||
noblacklist ${HOME}/.config/Min
|
||||
|
||||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
@ -16,8 +17,10 @@ include disable-interpreters.inc
|
|||
include disable-programs.inc
|
||||
|
||||
mkdir ${HOME}/.pki
|
||||
mkdir ${HOME}/.local/share/pki
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${HOME}/.pki
|
||||
whitelist ${HOME}/.local/share/pki
|
||||
include whitelist-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.config/Rambox
|
||||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
@ -15,9 +16,11 @@ include disable-programs.inc
|
|||
|
||||
mkdir ${HOME}/.config/Rambox
|
||||
mkdir ${HOME}/.pki
|
||||
mkdir ${HOME}/.local/share/pki
|
||||
whitelist ${DOWNLOADS}
|
||||
whitelist ${HOME}/.config/Rambox
|
||||
whitelist ${HOME}/.pki
|
||||
whitelist ${HOME}/.local/share/pki
|
||||
include whitelist-common.inc
|
||||
|
||||
caps.drop all
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ include globals.local
|
|||
noblacklist ${HOME}/.cache/mozilla
|
||||
noblacklist ${HOME}/.mozilla
|
||||
noblacklist ${HOME}/.pki
|
||||
noblacklist ${HOME}/.local/share/pki
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
@ -29,6 +30,7 @@ whitelist ${HOME}/.mozilla
|
|||
whitelist ${HOME}/.pentadactyl
|
||||
whitelist ${HOME}/.pentadactylrc
|
||||
whitelist ${HOME}/.pki
|
||||
whitelist ${HOME}/.local/share/pki
|
||||
whitelist ${HOME}/.vimperator
|
||||
whitelist ${HOME}/.vimperatorrc
|
||||
whitelist ${HOME}/.wine-pipelight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue