From 69490ed262dcfa5ebed889cf1a449674c2034cb8 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Mon, 3 Jul 2023 14:11:07 +0100 Subject: [PATCH] feat: add @{lib} and @{bin} variable def. --- apparmor.d/tunables/multiarch.d/apparmor.d | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apparmor.d/tunables/multiarch.d/apparmor.d b/apparmor.d/tunables/multiarch.d/apparmor.d index 48be74be..3c790942 100644 --- a/apparmor.d/tunables/multiarch.d/apparmor.d +++ b/apparmor.d/tunables/multiarch.d/apparmor.d @@ -24,4 +24,8 @@ # @{MOUNTS} is a space-separated list of all user mounted directories. @{MOUNTS}=@{MOUNTDIRS}/*/ +# Common places for binaries and libraries across distributions +@{bin}=/{usr/,}{s,}bin +@{lib}=/{usr/,}lib{,exec,32,64} + # Libexec path. Different in some distribution