mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
Subject: initscript: kill debug option
The apparmor module no longer supports being loaded with the subdomain_debug module argument. Kill the option that tried to do this.
This commit is contained in:
@@ -427,14 +427,6 @@ subdomain_try_restart() {
|
||||
return $?
|
||||
}
|
||||
|
||||
subdomain_debug() {
|
||||
subdomain_kill
|
||||
load_module "subdomain_debug=1"
|
||||
mount_subdomainfs
|
||||
configure_owlsm
|
||||
parse_profiles load
|
||||
}
|
||||
|
||||
configure_owlsm () {
|
||||
if [ "${SUBDOMAIN_ENABLE_OWLSM}" = "yes" -a -f ${SFS_MOUNTPOINT}/control/owlsm ] ; then
|
||||
# Sigh, the "sh -c" is necessary for the SuSE sd_action
|
||||
|
Reference in New Issue
Block a user