diff --git a/install-apparmor-profiles.patch b/install-apparmor-profiles.patch index ac53408..b021306 100644 --- a/install-apparmor-profiles.patch +++ b/install-apparmor-profiles.patch @@ -244,8 +244,8 @@ Index: libvirt-1.1.2/examples/apparmor/usr.sbin.libvirtd.in + /sbin/* Ux, + /usr/bin/* Ux, + /usr/sbin/* Ux, -+ /usr/lib/xen/bin/qemu-dm Ux, -+ /usr/lib/xen/bin/qemu-system-i386 Ux, ++ /usr/lib/xen/bin/* Ux, ++ /usr/lib64/xen/bin/* Ux, + /usr/lib/PolicyKit/polkit-read-auth-helper Px, + + # force the use of virt-aa-helper diff --git a/libvirt.changes b/libvirt.changes index 615ec3d..afe5298 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 19 14:23:27 MST 2013 - jfehlig@suse.com + +- Allow execution of Xen binaries in /usr/lib{,64}/xen/bin in + libvirtd AppArmor profile + bnc#849524 + ------------------------------------------------------------------- Tue Nov 19 13:09:31 MST 2013 - jfehlig@suse.com