From 7ba8dc7e2efece9358024ecd5ab3ae23f119530a Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 12 Nov 2018 15:51:15 +0100 Subject: [PATCH] Drop APPARMOR_ENABLE_AAEVENTD This is another trace of aa-eventd which is deprecated since years. --- parser/rc.apparmor.functions | 2 -- 1 file changed, 2 deletions(-) diff --git a/parser/rc.apparmor.functions b/parser/rc.apparmor.functions index 17854f82f..410a94239 100644 --- a/parser/rc.apparmor.functions +++ b/parser/rc.apparmor.functions @@ -39,8 +39,6 @@ else aa_log_warning_msg "Unable to find config file in ${CONFIG_DIR}, installation problem?" fi -APPARMOR_ENABLE_AAEVENTD="no" - if [ -f "${APPARMOR_CONF}" ] ; then #parse the conf file to see what we should do . "${APPARMOR_CONF}"