- Fix typo in libvirtd apparmor profile which prevented the profile

from loading
  bnc#848216

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=323
This commit is contained in:
James Fehlig 2013-10-30 14:37:11 +00:00 committed by Git OBS Bridge
parent 534200398b
commit 2b59a31f32
2 changed files with 8 additions and 1 deletions

View File

@ -255,7 +255,7 @@ Index: libvirt-1.1.2/examples/apparmor/usr.sbin.libvirtd.in
+ audit deny /sys/kernel/security/apparmor/matching rwxl,
+ audit deny /sys/kernel/security/apparmor/.* rwxl,
+ /sys/kernel/security/apparmor/profiles r,
+ /etc/xen/scripts/* rx,
+ /etc/xen/scripts/* rix,
+ @libdir@/libvirt/* Pxr,
+ @libdir@/libvirt/libvirt_parthelper Ux,
+ @libdir@/libvirt/libvirt_iohelper Ux,

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 30 08:35:47 MDT 2013 - jfehlig@suse.com
- Fix typo in libvirtd apparmor profile which prevented the profile
from loading
bnc#848216
-------------------------------------------------------------------
Fri Oct 25 13:10:27 MDT 2013 - jfehlig@suse.com