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:
parent
f85eb7fdc2
commit
ec03fafc16
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user