mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Don't call the obsolete configure_owlsm function.
It was removed in commit 94ff870f
.
This commit is contained in:
parent
3b997c79b4
commit
93f0c2d9ca
1 changed files with 0 additions and 3 deletions
|
@ -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=$?
|
||||
|
|
Loading…
Add table
Reference in a new issue