From e85c11c31b26f4038bea2d69494db969d2b54f5f Mon Sep 17 00:00:00 2001 From: allgdante Date: Thu, 5 Jul 2018 18:26:04 +0200 Subject: testing/apparmor: upgrade to 2.13 --- ...adjust-rc-functions-for-aa-remove-unknown.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testing/apparmor/0011-utils-adjust-rc-functions-for-aa-remove-unknown.patch (limited to 'testing/apparmor/0011-utils-adjust-rc-functions-for-aa-remove-unknown.patch') diff --git a/testing/apparmor/0011-utils-adjust-rc-functions-for-aa-remove-unknown.patch b/testing/apparmor/0011-utils-adjust-rc-functions-for-aa-remove-unknown.patch new file mode 100644 index 0000000000..36c6cd8b93 --- /dev/null +++ b/testing/apparmor/0011-utils-adjust-rc-functions-for-aa-remove-unknown.patch @@ -0,0 +1,28 @@ +From 10def67d03ac5ae5cdd4a9b82f643869deb43f60 Mon Sep 17 00:00:00 2001 +From: allgdante +Date: Thu, 5 Jul 2018 17:32:46 +0200 +Subject: [PATCH 11/11] utils: adjust rc functions for aa-remove-unknown + +Update the path to the rc.apparmor.functions file to the one we can find +inside Alpine. +No intended functional changes +--- + utils/aa-remove-unknown | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +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 . + # ---------------------------------------------------------------------- + +-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" +-- +2.17.1 + -- cgit v1.2.3