Drop APPARMOR_ENABLE_AAEVENTD

This is another trace of aa-eventd which is deprecated since years.
This commit is contained in:
Christian Boltz 2018-11-12 15:51:15 +01:00
parent 273e45a4af
commit 7ba8dc7e2e
Failed to generate hash of commit

View file

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