feat(profiles): continue replacing [0-9]* by @{int}.
This commit is contained in:
parent
99e4c4622d
commit
00051bd2f0
100 changed files with 222 additions and 229 deletions
|
|
@ -122,9 +122,9 @@ profile snapd @{exec_path} {
|
|||
/var/cache/apparmor/*/snap* rw,
|
||||
|
||||
/tmp/ r,
|
||||
/tmp/syscheck-mountpoint-[0-9]*/{,**} rw,
|
||||
/tmp/syscheck-squashfs-[0-9]* rw,
|
||||
/tmp/read-file[0-9]*/{,**} rw,
|
||||
/tmp/syscheck-mountpoint-@{int}/{,**} rw,
|
||||
/tmp/syscheck-squashfs-@{int} rw,
|
||||
/tmp/read-file@{int}/{,**} rw,
|
||||
|
||||
/boot/ r,
|
||||
/boot/grub/grubenv r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue