feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-03-29 19:45:10 +00:00
parent 1f8507548f
commit 0619f4dcec
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
43 changed files with 160 additions and 208 deletions

View file

@ -20,6 +20,8 @@ profile systemd-cryptsetup @{exec_path} {
/etc/fstab r,
/var/swapfile rw, #aa:only whonix
@{run}/ r,
@{run}/cryptsetup/ r,
@{run}/cryptsetup/* rwk,
@ -31,5 +33,7 @@ profile systemd-cryptsetup @{exec_path} {
@{PROC}/devices r,
owner @{PROC}/@{pid}/mountinfo r,
/dev/loop-control r, #aa:only whonix
include if exists <local/systemd-cryptsetup>
}