feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-09-01 20:36:23 +01:00
parent 265e3928c1
commit b223e2eb8e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 98 additions and 53 deletions

View file

@ -39,8 +39,6 @@ profile smartd @{exec_path} {
/var/lib/smartmontools/smartd.*.state{,~} rw,
/var/lib/smartmontools/attrlog.*.csv rw,
/tmp/tmp.* rw,
@{run}/systemd/notify rw,
@{sys}/class/scsi_host/ r,

View file

@ -61,15 +61,15 @@ profile virt-manager @{exec_path} flags=(attach_disconnected) {
/etc/fstab r,
/etc/libnl/classid r,
owner @{HOME}/ r,
owner @{user_cache_dirs}/virt-manager/{,**} rw,
# System VM images
/var/lib/libvirt/images/{,**} rw,
# For disk images
@{MOUNTS}/ r,
@{user_img_dirs}/{,**} r,
# System VM images
/var/lib/libvirt/images/{,**} rw,
owner @{HOME}/ r,
owner @{user_cache_dirs}/virt-manager/{,**} rw,
# User VM images
owner @{user_share_dirs}/ r,