From: Michal Privoznik Date: Wed, 4 Jul 2018 05:49:35 +0000 (+0200) Subject: apparmor: Fix forgotten comma at EOL X-Git-Tag: v4.6.0-rc1~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b5caa0dc3e49c70d7138ea9414c03a3ca847bc3;p=thirdparty%2Flibvirt.git apparmor: Fix forgotten comma at EOL The commit of 1fff379ff6e778 forgot comma at the end of the line rendering the file invalid in syntax. Signed-off-by: Michal Privoznik --- diff --git a/examples/apparmor/usr.lib.libvirt.virt-aa-helper b/examples/apparmor/usr.lib.libvirt.virt-aa-helper index e32402a904..de9436872c 100644 --- a/examples/apparmor/usr.lib.libvirt.virt-aa-helper +++ b/examples/apparmor/usr.lib.libvirt.virt-aa-helper @@ -50,7 +50,7 @@ profile virt-aa-helper /usr/{lib,lib64}/libvirt/virt-aa-helper { @{HOME}/** r, /var/lib/libvirt/images/ r, /var/lib/libvirt/images/** r, - /var/lib/nova/instances/_base/* r + /var/lib/nova/instances/_base/* r, /{media,mnt,opt,srv}/** r, # For virt-sandbox /{,var/}run/libvirt/**/[sv]d[a-z] r,