]> git.pld-linux.org Git - packages/adapter.git/commitdiff
exclude /etc/apparmor.d
authorElan Ruusamäe <glen@delfi.ee>
Sun, 2 Mar 2014 19:15:29 +0000 (21:15 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 2 Mar 2014 19:15:29 +0000 (21:15 +0200)
adapter.awk

index a1d59aedf06b96fdedd6a5925dc46a2aad54764c..04c7d19cd2fbd58d8f277db507a5f378cd354e55 100644 (file)
@@ -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")
This page took 0.033765 seconds and 4 git commands to generate.