- libvirtd apparmor profile was denying access to

/usr/lib/xen/bin/qemu-system-i386, which is now the default
  emulator used with Xen guests
  Updated install-apparmor-profiles.patch
  bnc#845648

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=304
This commit is contained in:
James Fehlig 2013-10-14 20:02:22 +00:00 committed by Git OBS Bridge
parent 650cbf7e13
commit 6aecdae0d2
2 changed files with 11 additions and 1 deletions

View File

@ -202,7 +202,7 @@ Index: libvirt-1.1.2/examples/apparmor/usr.sbin.libvirtd.in
===================================================================
--- /dev/null
+++ libvirt-1.1.2/examples/apparmor/usr.sbin.libvirtd.in
@@ -0,0 +1,58 @@
@@ -0,0 +1,59 @@
+# Last Modified: Fri Aug 19 11:20:36 2011
+#include <tunables/global>
+@{LIBVIRT}="libvirt"
@ -244,6 +244,7 @@ Index: libvirt-1.1.2/examples/apparmor/usr.sbin.libvirtd.in
+ /usr/bin/* Ux,
+ /usr/sbin/* Ux,
+ /usr/lib/xen/bin/qemu-dm Ux,
+ /usr/lib/xen/bin/qemu-system-i386 Ux,
+ /usr/lib/PolicyKit/polkit-read-auth-helper Px,
+
+ # force the use of virt-aa-helper

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 14 13:46:14 MDT 2013 - jfehlig@suse.com
- libvirtd apparmor profile was denying access to
/usr/lib/xen/bin/qemu-system-i386, which is now the default
emulator used with Xen guests
Updated install-apparmor-profiles.patch
bnc#845648
-------------------------------------------------------------------
Thu Oct 3 11:04:26 MDT 2013 - jfehlig@suse.com