mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
init: stop loading the snap policy
snapd now loads its snap policy via its own systemd unit, so stop loading the snap policy in /var/lib/snapd/apparmor/profiles Fixs: https://launchpad.net/bugs/1871148 Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
committed by
John Johansen
parent
29ef901289
commit
0164fd05d6
@@ -43,8 +43,8 @@ if [ -d /etc/apparmor.d ] ; then
|
||||
else
|
||||
aa_log_warning_msg "Unable to find profiles directory, installation problem?"
|
||||
fi
|
||||
ADDITIONAL_PROFILE_DIR=/var/lib/snapd/apparmor/profiles
|
||||
if [ -d "$ADDITIONAL_PROFILE_DIR" ]; then
|
||||
ADDITIONAL_PROFILE_DIR=
|
||||
if [ -n "$ADDITIONAL_PROFILE_DIR" ] && [ -d "$ADDITIONAL_PROFILE_DIR" ]; then
|
||||
PROFILE_DIRS="$PROFILE_DIRS $ADDITIONAL_PROFILE_DIR"
|
||||
fi
|
||||
AA_STATUS=/usr/sbin/aa-status
|
||||
|
Reference in New Issue
Block a user