mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
69fba97f63
commit
4f20084b12
|
@ -32,7 +32,7 @@ abstractions_DATA = \
|
|||
libvirt-qemu \
|
||||
$(NULL)
|
||||
|
||||
templatesdir = $(apparmordir)/libvirtd
|
||||
templatesdir = $(apparmordir)/libvirt
|
||||
templates_DATA = \
|
||||
TEMPLATE \
|
||||
$(NULL)
|
||||
|
|
Loading…
Reference in New Issue