2
0
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:
Steve Beattie
2007-04-04 21:36:10 +00:00
parent f309bbd8e7
commit 1696851ec4
5 changed files with 0 additions and 20 deletions

View File

@@ -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