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

Drop now-obsolete comment about skip_profile()

... which became superfluous after dropping use of xargs as fallback
when loading profiles in 0b8ea047e8
This commit is contained in:
Christian Boltz
2022-02-09 18:32:51 +01:00
parent 5041a6235a
commit 5527c20833

View File

@@ -162,10 +162,6 @@ __parse_profiles_dir() {
return 1
fi
# Note: the parser automatically skips files that match skip_profile()
# when we pass it a directory, but not when we pass it an individual
# profile. So we need to use skip_profile only in the latter case,
# as long as the parser is in sync' with skip_profile().
"$PARSER" $PARSER_OPTS "$parser_cmd" -- "$profile_dir"
if [ $? -ne 0 ]; then
status=1