mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Merge from trunk rev 1749: Actually skip loading profiles that we report
we're skipping. From: Arkadiusz Miskiewicz <arekm@maven.pl> Acked-By: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
parent
2b959a80f8
commit
e35765bed2
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ parse_profiles() {
|
|||
aa_log_skipped_msg "$profile"
|
||||
logger -t "AppArmor(init)" -p daemon.warn "Skipping profile $profile"
|
||||
STATUS=2
|
||||
continue
|
||||
elif [ "$skip" -ne 0 ]; then
|
||||
continue
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue