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:
Cédric Bosdonnat 2018-01-02 09:54:46 +01:00
parent d0307a9a76
commit 259a2cc34e

View File

@ -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,