summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCédric Bosdonnat <cbosdonnat@suse.com>2014-02-12 10:41:17 +0100
committerEric Blake <eblake@redhat.com>2014-02-12 06:34:32 -0700
commit4f20084b12e3706424211bda77fd0d6d7c3649b6 (patch)
tree1e0a1c6c6b72bed8f36c9253911cb5a1e1b74633 /examples
parent69fba97f631c26a322bf9f2949d05c4b7c60c58a (diff)
downloadlibvirt-4f20084b12e3706424211bda77fd0d6d7c3649b6.tar.gz
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.
Diffstat (limited to 'examples')
-rw-r--r--examples/apparmor/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)