Fix a bug for apply method of 4.7
This commit is contained in:
parent
68f56e4f93
commit
6598eb4b43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue