blob: 6e7c83d766e4afd272618b14a4e69af2efd558bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
https://bugs.gentoo.org/895302
--- a/apparmor.systemd
+++ b/apparmor.systemd
@@ -15,7 +15,7 @@
# along with this program; if not, contact Novell, Inc.
# ----------------------------------------------------------------------
-APPARMOR_FUNCTIONS=/lib/apparmor/rc.apparmor.functions
+APPARMOR_FUNCTIONS=/usr/libexec/rc.apparmor.functions
aa_action()
{
--- a/profile-load
+++ b/profile-load
@@ -21,7 +21,7 @@
[ -z "$1" ] && exit 1 # require a profile name
-. /lib/apparmor/rc.apparmor.functions
+. /usr/libexec/rc.apparmor.functions
# do not load in a container
if [ -x /usr/bin/systemd-detect-virt ] && \
--- a/rc.apparmor.slackware
+++ b/rc.apparmor.slackware
@@ -18,7 +18,7 @@
# rc.apparmor by Steve Beattie
#
# /etc/rc.d/rc.apparmor
-APPARMOR_FUNCTIONS=/lib/apparmor/rc.apparmor.functions
+APPARMOR_FUNCTIONS=/usr/libexec/rc.apparmor.functions
aa_action() {
STRING=$1
|