[libvirt] [PATCH] AppArmor: Fix the place where the template should be installed

Eric Blake eblake at redhat.com
Wed Feb 12 13:35:05 UTC 2014


On 02/12/2014 02:41 AM, Cédric Bosdonnat wrote:
> The security driver expects /etc/apparmor.d/libvirt/TEMPLATE but we
> installed it to /etc/apparmor.d/libvirtd/TEMPLATE. Move the template to
> the expected place since that code was here long before.
> ---
>  examples/apparmor/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK and pushed.

> 
> diff --git a/examples/apparmor/Makefile.am b/examples/apparmor/Makefile.am
> index 6e69440..2630fef 100644
> --- a/examples/apparmor/Makefile.am
> +++ b/examples/apparmor/Makefile.am
> @@ -32,7 +32,7 @@ abstractions_DATA = \
>  	libvirt-qemu \
>  	$(NULL)
>  
> -templatesdir = $(apparmordir)/libvirtd
> +templatesdir = $(apparmordir)/libvirt
>  templates_DATA = \
>  	TEMPLATE \
>  	$(NULL)
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140212/94c562eb/attachment-0001.sig>


More information about the libvir-list mailing list