From: Mike Latimer Date: Tue, 20 Jan 2015 01:25:41 +0000 (-0700) Subject: Grant access to helpers X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=338b07afa910702f41adb17bb854e4575e498852;p=libvirt.git Grant access to helpers Apparmor must not prevent access to required helper programs. The following helpers should be allowed to run in unconfined execution mode: - libvirt_parthelper - libvirt_iohelper --- diff --git a/examples/apparmor/usr.sbin.libvirtd b/examples/apparmor/usr.sbin.libvirtd index 4a94fff436..5d606e6cd9 100644 --- a/examples/apparmor/usr.sbin.libvirtd +++ b/examples/apparmor/usr.sbin.libvirtd @@ -58,6 +58,8 @@ audit deny /sys/kernel/security/apparmor/.* rwxl, /sys/kernel/security/apparmor/profiles r, /usr/{lib,lib64}/libvirt/* PUxr, + /usr/{lib,lib64}/libvirt/libvirt_parthelper ix, + /usr/{lib,lib64}/libvirt/libvirt_iohelper ix, /etc/libvirt/hooks/** rmix, /etc/xen/scripts/** rmix,