From 2b59a31f32b9584bac93912b70988bfe2890c1055d7cb1d26d9bd9e173ff95cd Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Wed, 30 Oct 2013 14:37:11 +0000 Subject: [PATCH] - 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 --- install-apparmor-profiles.patch | 2 +- libvirt.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/install-apparmor-profiles.patch b/install-apparmor-profiles.patch index 56a4d4d..ac53408 100644 --- a/install-apparmor-profiles.patch +++ b/install-apparmor-profiles.patch @@ -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, diff --git a/libvirt.changes b/libvirt.changes index 787e7ef..64dd0a0 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -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