mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
rc.apparmor.functions: warn when the profiles directory cannot be found.
We do this for apparmor.conf so let's be consistent.
This commit is contained in:
parent
ff617819aa
commit
13d9512287
1 changed files with 3 additions and 0 deletions
|
@ -75,7 +75,10 @@ elif [ -d /etc/apparmor.d ] ; then
|
|||
PROFILE_DIR=/etc/apparmor.d
|
||||
elif [ -d /etc/subdomain.d ] ; then
|
||||
PROFILE_DIR=/etc/subdomain.d
|
||||
else
|
||||
aa_log_warning_msg "Unable to find profiles directory, installation problem?"
|
||||
fi
|
||||
|
||||
AA_EV_BIN=/usr/sbin/aa-eventd
|
||||
AA_EV_PIDFILE=/var/run/aa-eventd.pid
|
||||
AA_STATUS=/usr/sbin/aa-status
|
||||
|
|
Loading…
Add table
Reference in a new issue