mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Prevent access to LUKS keyfile
This commit is contained in:
parent
29da82d08a
commit
50d48c1f13
1 changed files with 3 additions and 0 deletions
|
|
@ -450,6 +450,9 @@ blacklist ${HOME}/.vaults
|
|||
blacklist /run/timeshift
|
||||
blacklist /var/backup
|
||||
|
||||
# dm-crypt / LUKS
|
||||
blacklist /crypto_keyfile.bin
|
||||
|
||||
# Remove environment variables with auth tokens.
|
||||
# Note however that the sandbox might still have access to the
|
||||
# files where these variables are set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue