[packages/adapter: 586/631] exclude /etc/apparmor.d

glen glen at pld-linux.org
Mon Sep 12 20:23:33 CEST 2016


commit ee0308581ca0ab576aa78dcb4d952c11c88389b2
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Mar 2 21:15:29 2014 +0200

    exclude /etc/apparmor.d

 adapter.awk | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index a1d59ae..04c7d19 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -1186,6 +1186,8 @@ function use_macros()
 			continue;
 		if ($c ~ sysconfdir "/{?pam.d")
 			continue;
+		if ($c ~ sysconfdir "/{?apparmor.d")
+			continue;
 		if ($c ~ sysconfdir "/{?profile.d")
 			continue;
 		if ($c ~ sysconfdir "/{?rc.d")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list