2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 13:28:19 +00:00

Whoops, referred to a a couple of aa_eventd functions in

rc.apparmor.functions.
This commit is contained in:
Steve Beattie 2007-03-24 00:13:04 +00:00
parent f85eb7fdc2
commit ec03fafc16

View File

@ -403,13 +403,11 @@ remove_profiles() {
} }
subdomain_stop() { subdomain_stop() {
stop_aa_event
echo -n "Unloading AppArmor profiles " echo -n "Unloading AppArmor profiles "
remove_profiles remove_profiles
} }
subdomain_kill() { subdomain_kill() {
stop_aa_event
unmount_subdomainfs unmount_subdomainfs
if grep -qE "^apparmor[[:space:]]" /proc/modules ; then if grep -qE "^apparmor[[:space:]]" /proc/modules ; then
MODULE=apparmor MODULE=apparmor