mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-02 15:25:27 +00:00
Remove traces of aa-eventd
aa-eventd and its initscripts have been moved to deprecated/ in 2014 and didn't get any serious updates for several more years, so it's most probably useless and/or broken nowadays. This also means we don't need to keep the AA_EV_BIN and AA_EV_PIDFILE variables in rc.apparmor.functions anymore.
This commit is contained in:
@@ -55,8 +55,6 @@ elif [ -d /etc/apparmor.d ] ; then
|
|||||||
PROFILE_DIR=/etc/apparmor.d
|
PROFILE_DIR=/etc/apparmor.d
|
||||||
fi
|
fi
|
||||||
ABSTRACTIONS="-I${PROFILE_DIR}"
|
ABSTRACTIONS="-I${PROFILE_DIR}"
|
||||||
AA_EV_BIN=/usr/sbin/aa-eventd
|
|
||||||
AA_EV_PIDFILE=/var/run/aa-eventd.pid
|
|
||||||
AA_STATUS=/usr/sbin/aa-status
|
AA_STATUS=/usr/sbin/aa-status
|
||||||
SECURITYFS=/sys/kernel/security
|
SECURITYFS=/sys/kernel/security
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user