Fix a bug for apply method of 4.7

This commit is contained in:
Samson-W 2020-07-03 00:47:28 +08:00
parent 68f56e4f93
commit 6598eb4b43
1 changed files with 2 additions and 0 deletions

View File

@ -59,7 +59,9 @@ audit () {
}
apply_debian () {
set +e
check_aa_status
set -e
if [ $FNRET = 0 ]; then
ok "AppArmor was actived. So pass."
return 0