From f270809c5f3770cb7645ace2734e1135b8f49e89 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Thu, 6 Mar 2025 23:49:55 +0100 Subject: [PATCH] feat(tunable): set alias // -> / for all install. This is required when the re-attached path feature is enabled. --- 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 a2f99a2ec..b155b2e36 100644 --- a/apparmor.d/tunables/multiarch.d/system +++ b/apparmor.d/tunables/multiarch.d/system @@ -62,6 +62,7 @@ # Attachment path for attach_disconnected.path flag. # Automatically generated and set in profile preamble on ABI4. Disabled on ABI3. @{att}=/ + alias // -> /, # vim:syntax=apparmor