linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lsm: drop LSM_ID_IMA
@ 2023-10-18 21:50 Paul Moore
  2023-10-19  8:08 ` Roberto Sassu
  2023-11-13  4:05 ` Paul Moore
  0 siblings, 2 replies; 18+ messages in thread
From: Paul Moore @ 2023-10-18 21:50 UTC (permalink / raw)
  To: linux-security-module; +Cc: Roberto Sassu, Mimi Zohar

When IMA becomes a proper LSM we will reintroduce an appropriate
LSM ID, but drop it from the userspace API for now in an effort
to put an end to debates around the naming of the LSM ID macro.

Signed-off-by: Paul Moore <paul@paul-moore.com>
---
 include/uapi/linux/lsm.h | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/include/uapi/linux/lsm.h b/include/uapi/linux/lsm.h
index eeda59a77c02..f0386880a78e 100644
--- a/include/uapi/linux/lsm.h
+++ b/include/uapi/linux/lsm.h
@@ -54,14 +54,13 @@ struct lsm_ctx {
 #define LSM_ID_SELINUX		101
 #define LSM_ID_SMACK		102
 #define LSM_ID_TOMOYO		103
-#define LSM_ID_IMA		104
-#define LSM_ID_APPARMOR		105
-#define LSM_ID_YAMA		106
-#define LSM_ID_LOADPIN		107
-#define LSM_ID_SAFESETID	108
-#define LSM_ID_LOCKDOWN		109
-#define LSM_ID_BPF		110
-#define LSM_ID_LANDLOCK		111
+#define LSM_ID_APPARMOR		104
+#define LSM_ID_YAMA		105
+#define LSM_ID_LOADPIN		106
+#define LSM_ID_SAFESETID	107
+#define LSM_ID_LOCKDOWN		108
+#define LSM_ID_BPF		109
+#define LSM_ID_LANDLOCK		110
 
 /*
  * LSM_ATTR_XXX definitions identify different LSM attributes
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-11-13  4:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-18 21:50 [PATCH] lsm: drop LSM_ID_IMA Paul Moore
2023-10-19  8:08 ` Roberto Sassu
2023-10-20 21:56   ` Casey Schaufler
2023-10-23 15:20     ` Roberto Sassu
2023-10-23 15:48       ` Casey Schaufler
2023-10-23 16:11         ` Roberto Sassu
2023-10-24 13:18           ` Roberto Sassu
2023-10-24 21:18         ` Paul Moore
2023-10-25 10:35           ` Roberto Sassu
2023-10-25 13:14             ` Paul Moore
2023-10-25 14:06               ` Roberto Sassu
2023-10-25 14:36                 ` Roberto Sassu
2023-10-26  2:54                   ` Paul Moore
2023-10-26  8:49                     ` Roberto Sassu
2023-10-26  2:43                 ` Paul Moore
2023-10-25 16:46         ` Roberto Sassu
2023-10-24 21:15   ` Paul Moore
2023-11-13  4:05 ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).