mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(abs): extend deny-sensitive with new user_password_store_dirs var.
This commit is contained in:
parent
7d660f7c23
commit
f19379c55f
1 changed files with 15 additions and 13 deletions
|
@ -24,6 +24,8 @@
|
|||
deny @{HOME}/.wget-hsts rwlk,
|
||||
deny @{HOME}/@{XDG_GPG_DIR}/{,**} rwlk,
|
||||
deny @{HOME}/@{XDG_SSH_DIR}/{,**} rwlk,
|
||||
deny @{user_config_dirs}/*-store/{,**} rwlk,
|
||||
deny @{user_password_store_dirs}/{,**} rwlk,
|
||||
|
||||
# Deny executable mapping in writable space as allowed in abstractions/fonts
|
||||
deny @{HOME}/.{,cache/}fontconfig/ rw,
|
||||
|
|
Loading…
Reference in a new issue