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.
This commit is contained in:
Cédric Bosdonnat
2014-02-12 06:34:32 -07:00
committed by Eric Blake
parent 69fba97f63
commit 4f20084b12
+1 -1
View File
@@ -32,7 +32,7 @@ abstractions_DATA = \
libvirt-qemu \
$(NULL)
templatesdir = $(apparmordir)/libvirtd
templatesdir = $(apparmordir)/libvirt
templates_DATA = \
TEMPLATE \
$(NULL)