From 0dbc42e357ce447e6eb8585ee2699adecf37fb1b Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Mon, 14 Oct 2024 15:56:37 +0100 Subject: [PATCH] fix(profile): ensure abi3 compatibility with re-attached path. See #559, #558 #557 #555 --- apparmor.d/tunables/multiarch.d/system | 1 + 1 file changed, 1 insertion(+) diff --git a/apparmor.d/tunables/multiarch.d/system b/apparmor.d/tunables/multiarch.d/system index be37123fd..defc53af4 100644 --- a/apparmor.d/tunables/multiarch.d/system +++ b/apparmor.d/tunables/multiarch.d/system @@ -154,5 +154,6 @@ # Attachment path for attach_disconnected.path flag. # Automatically generated and set in profile preamble on ABI4. Disabled on ABI3. @{att}=/ +alias // -> /, # vim:syntax=apparmor