mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-25 01:57:48 +03:00
apparmor: fix virt-aa-helper profile
Fix rule introduced by commit 0f33025a: * to handle /var/run not being a symlink to /run * to be properly parsed: missing comma at the end.
This commit is contained in:
parent
d0307a9a76
commit
259a2cc34e
@ -51,7 +51,7 @@ profile virt-aa-helper /usr/{lib,lib64}/libvirt/virt-aa-helper {
|
||||
/var/lib/libvirt/images/** r,
|
||||
/{media,mnt,opt,srv}/** r,
|
||||
# For virt-sandbox
|
||||
/run/libvirt/**/[sv]d[a-z] r
|
||||
/{,var/}run/libvirt/**/[sv]d[a-z] r,
|
||||
|
||||
/**.img r,
|
||||
/**.raw r,
|
||||
|
Loading…
x
Reference in New Issue
Block a user