From: Cédric Bosdonnat Date: Wed, 12 Feb 2014 09:41:17 +0000 (+0100) Subject: AppArmor: Fix the place where the template should be installed X-Git-Tag: v1.2.2-rc1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f20084b12e3706424211bda77fd0d6d7c3649b6;p=thirdparty%2Flibvirt.git AppArmor: Fix the place where the template should be installed 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. --- diff --git a/examples/apparmor/Makefile.am b/examples/apparmor/Makefile.am index 6e69440448..2630fef23a 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)