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 10:41:17 +01:00 committed by Eric Blake
parent 69fba97f63
commit 4f20084b12

View File

@ -32,7 +32,7 @@ abstractions_DATA = \
libvirt-qemu \
$(NULL)
templatesdir = $(apparmordir)/libvirtd
templatesdir = $(apparmordir)/libvirt
templates_DATA = \
TEMPLATE \
$(NULL)