mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Add davfs2 secrets file to blacklist (#2753)
The files holds credentials to WebDAV servers in plaintext hence it's probably a good idea to limit access to them.
This commit is contained in:
parent
87dfdbd000
commit
ffbcae984d
1 changed files with 2 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ blacklist ${HOME}/.Private
|
|||
blacklist ${HOME}/.caff
|
||||
blacklist ${HOME}/.cert
|
||||
blacklist ${HOME}/.config/keybase
|
||||
blacklist ${HOME}/.davfs2/secrets
|
||||
blacklist ${HOME}/.ecryptfs
|
||||
blacklist ${HOME}/.fetchmailrc
|
||||
blacklist ${HOME}/.gnome2/keyrings
|
||||
|
|
@ -313,6 +314,7 @@ blacklist ${HOME}/.local/share/pki
|
|||
blacklist ${HOME}/.smbcredentials
|
||||
blacklist ${HOME}/.ssh
|
||||
blacklist ${HOME}/.vaults
|
||||
blacklist /etc/davfs2/secrets
|
||||
blacklist /etc/group+
|
||||
blacklist /etc/group-
|
||||
blacklist /etc/gshadow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue