Re: [RFC PATCH 22/29] safesetid: move initcalls to the LSM framework

2025-05-14 Thread John Johansen
On 4/9/25 11:50, Paul Moore wrote: Signed-off-by: Paul Moore Reviewed-by: John Johansen --- security/safesetid/lsm.c| 1 + security/safesetid/lsm.h| 2 ++ security/safesetid/securityfs.c | 3 +-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/security/sa

Re: [RFC PATCH 22/29] safesetid: move initcalls to the LSM framework

2025-04-11 Thread Paul Moore
On Fri, Apr 11, 2025 at 3:20 PM Micah Morton wrote: > > Acked-by: Micah Morton Thanks Micah! -- paul-moore.com

Re: [RFC PATCH 22/29] safesetid: move initcalls to the LSM framework

2025-04-11 Thread Micah Morton
On Wed, Apr 9, 2025 at 4:43 PM Kees Cook wrote: > > On Wed, Apr 09, 2025 at 02:50:07PM -0400, Paul Moore wrote: > > Signed-off-by: Paul Moore > > Reviewed-by: Kees Cook Acked-by: Micah Morton > > -- > Kees Cook

Re: [RFC PATCH 22/29] safesetid: move initcalls to the LSM framework

2025-04-09 Thread Kees Cook
On Wed, Apr 09, 2025 at 02:50:07PM -0400, Paul Moore wrote: > Signed-off-by: Paul Moore Reviewed-by: Kees Cook -- Kees Cook

[RFC PATCH 22/29] safesetid: move initcalls to the LSM framework

2025-04-09 Thread Paul Moore
Signed-off-by: Paul Moore --- security/safesetid/lsm.c| 1 + security/safesetid/lsm.h| 2 ++ security/safesetid/securityfs.c | 3 +-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/security/safesetid/lsm.c b/security/safesetid/lsm.c index 9a7c68d4e642..d5fb949050dd