aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apparmor/0008-Adjust-apparmor-functions-path.patch
blob: 6065154c0532cc39fe02b920e006ff1094770b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/utils/aa-remove-unknown b/utils/aa-remove-unknown
index d3bd9144..0b9ead7d 100644
--- a/utils/aa-remove-unknown
+++ b/utils/aa-remove-unknown
@@ -15,7 +15,7 @@
 #    along with this program. If not, see <http://www.gnu.org/licenses/>.
 # ----------------------------------------------------------------------
 
-APPARMOR_FUNCTIONS=/lib/apparmor/rc.apparmor.functions
+APPARMOR_FUNCTIONS=/usr/libexec/apparmor/rc.apparmor.functions
 APPARMORFS=/sys/kernel/security/apparmor
 PROFILES="${APPARMORFS}/profiles"
 REMOVE="${APPARMORFS}/.remove"