2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

Here's an update to rename another chunk of things that still used

"SubDomain" in some way. This leaves only "subdomain.conf" and the
function names internally.

Additionally, I added a "make check" rule to the utils/Makefile to do a
simple "perl -c" sanity check just for good measure.
This commit is contained in:
Kees Cook
2011-01-13 13:58:26 -08:00
parent dd3a964249
commit 14d8bac7b2
79 changed files with 6424 additions and 6652 deletions

View File

@@ -116,7 +116,7 @@ is_apparmor_present() {
}
# This set of patterns to skip needs to be kept in sync with
# SubDomain.pm::isSkippableFile()
# AppArmor.pm::isSkippableFile()
# returns 0 if profile should NOT be skipped
# returns 1 on verbose skip
# returns 2 on silent skip