Initial support for zsys

This commit is contained in:
Jeroen Rijken 2022-07-30 11:32:42 +02:00 committed by Alex
parent 33ff1abc35
commit d083e927a4
11 changed files with 88 additions and 6 deletions

View file

@ -22,7 +22,7 @@ profile zpool @{exec_path} {
/etc/zfs/*.cache rwk,
@{run}/blkid/blkid.tab rw,
@{run}/blkid/blkid.tab.old l,
@{run}/blkid/blkid.tab.old rwl,
@{run}/blkid/blkid.tab-* rwl,
@{sys}/bus/pci/slots/ r,
@ -34,5 +34,5 @@ profile zpool @{exec_path} {
/dev/pts/[0-9]* rw,
/dev/zfs rw,
include if exists <local/zfs>
include if exists <local/zpool>
}