]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
AppArmor: Fix the place where the template should be installed
authorCédric Bosdonnat <cbosdonnat@suse.com>
Wed, 12 Feb 2014 09:41:17 +0000 (10:41 +0100)
committerEric Blake <eblake@redhat.com>
Wed, 12 Feb 2014 13:34:32 +0000 (06:34 -0700)
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

index 6e6944044800eef755c7670db6188c67a5dcc2a3..2630fef23a43531c2ca5721ef8bfaed1fa7870f5 100644 (file)
@@ -32,7 +32,7 @@ abstractions_DATA = \
        libvirt-qemu \
        $(NULL)
 
-templatesdir = $(apparmordir)/libvirtd
+templatesdir = $(apparmordir)/libvirt
 templates_DATA = \
        TEMPLATE \
        $(NULL)