zed temp file

This commit is contained in:
Jeroen Rijken 2022-08-19 10:31:10 +02:00 committed by Alex
parent 3c634e8967
commit e64011c4de
2 changed files with 6 additions and 0 deletions

View file

@ -22,9 +22,11 @@ profile zed @{exec_path} {
/{usr/,}bin/expr rix,
/{usr/,}bin/flock rix,
/{usr/,}bin/grep rix,
/{usr/,}bin/hostname rix,
/{usr/,}bin/ls rix,
/{usr/,}bin/logger rix,
/{usr/,}bin/mawk rix,
/{usr/,}bin/mktemp rix,
/{usr/,}bin/rm rix,
/{usr/,}bin/realpath rix,
/{usr/,}bin/sort rix,
@ -39,6 +41,8 @@ profile zed @{exec_path} {
@{run}/zed.state rwkl,
@{run}/zfs-list.cache@* rw,
owner /tmp/tmp.* rw,
@{sys}/bus/pci/slots/ r,
@{sys}/bus/pci/slots/[0-9]*/address r,

View file

@ -26,6 +26,8 @@ profile zpool @{exec_path} {
@{run}/blkid/blkid.tab.old rwl,
@{run}/blkid/blkid.tab-* rwl,
/tmp/tmp.* rw,
@{sys}/bus/pci/slots/ r,
@{sys}/bus/pci/slots/[0-9]*/address r,