From a2fa2421cbb68a468425d6cf54463f3c645767f2 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 13 Aug 2022 20:44:59 +0100 Subject: [PATCH] feat(profiles): add the @{hex} variables. --- apparmor.d/tunables/extend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apparmor.d/tunables/extend b/apparmor.d/tunables/extend index 7dd32b0e..5f4c09cf 100644 --- a/apparmor.d/tunables/extend +++ b/apparmor.d/tunables/extend @@ -9,6 +9,8 @@ # Universally unique identifier @{uuid}=[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]* +# Hexadecimal +@{hex}=[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f] # @{MOUNTDIRS} is a space-separated list of where user mount directories # are stored, for programs that must enumerate all mount directories on a