2011-08-18 23:11:13 +02:00
|
|
|
Index: libvirt-0.9.4/examples/apparmor/Makefile.am
|
2011-08-08 23:26:58 +02:00
|
|
|
===================================================================
|
2011-08-18 23:11:13 +02:00
|
|
|
--- libvirt-0.9.4.orig/examples/apparmor/Makefile.am
|
|
|
|
+++ libvirt-0.9.4/examples/apparmor/Makefile.am
|
|
|
|
@@ -6,3 +6,12 @@ EXTRA_DIST= \
|
2011-08-08 23:26:58 +02:00
|
|
|
libvirt-qemu \
|
|
|
|
usr.lib.libvirt.virt-aa-helper \
|
|
|
|
usr.sbin.libvirtd
|
|
|
|
+
|
|
|
|
+if WITH_SECDRIVER_APPARMOR
|
|
|
|
+confdir = $(sysconfdir)/apparmor.d/libvirt
|
|
|
|
+conf_DATA= \
|
|
|
|
+ TEMPLATE \
|
|
|
|
+ libvirt-qemu \
|
|
|
|
+ usr.lib.libvirt.virt-aa-helper \
|
|
|
|
+ usr.sbin.libvirtd
|
|
|
|
+endif
|
|
|
|
\ No newline at end of file
|