[libvirt] [PATCH] AppArmor: Fix the place where the template should be installed

2014-02-12 Thread Cédric Bosdonnat
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [libvirt] [PATCH] AppArmor: Fix the place where the template should be installed

2014-02-12 Thread Eric Blake
On 02/12/2014 02:41 AM, Cédric Bosdonnat wrote: 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 | 2 +- 1