Don't call the obsolete configure_owlsm function.

It was removed in commit 94ff870f.
This commit is contained in:
intrigeri 2018-12-28 16:27:58 +00:00
parent 3b997c79b4
commit 93f0c2d9ca

View file

@ -329,8 +329,6 @@ apparmor_start() {
return 1
fi
configure_owlsm
# if there is anything in the profiles file don't load
if ! read line < "$SFS_MOUNTPOINT/profiles"; then
parse_profiles load
@ -412,7 +410,6 @@ __apparmor_restart() {
aa_log_daemon_msg "Restarting AppArmor"
configure_owlsm
parse_profiles reload
rc=$?