mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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
Block a user