From 07155e8e8309d84524601c48e8059ea5921c667f Mon Sep 17 00:00:00 2001 From: John Johansen Date: Thu, 3 Aug 2023 20:51:26 -0700 Subject: [PATCH] parser: add note of what perms.h is perms.h contains policy uapi for extended perms v2/v3 add a note about what it is Signed-off-by: John Johansen --- parser/perms.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/parser/perms.h b/parser/perms.h index f1ac7b4b3..ab92632eb 100644 --- a/parser/perms.h +++ b/parser/perms.h @@ -18,6 +18,12 @@ #ifndef __AA_PERM_H #define __AA_PERM_H +/* this represents permissions as used as part of the state machine in + * the kernel. + * It is possible this will get further mapped for compatibility with + * older versions + */ + #include #include