From 26dd4e5d149b95de463a2f9d6cc654c240468fb508323d9a330af962c4ef81fb Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Tue, 19 Nov 2013 21:25:55 +0000 Subject: [PATCH] - Allow execution of Xen binaries in /usr/lib{,64}/xen/bin in libvirtd AppArmor profile bnc#849524 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=328 --- install-apparmor-profiles.patch | 4 ++-- libvirt.changes | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) 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