Re: [RFC PATCH 21/29] tomoyo: 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/tomoyo/common.h| 2 ++ security/tomoyo/securityfs_if.c | 4 +--- security/tomoyo/tomoyo.c| 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/security/to

Re: [RFC PATCH 21/29] tomoyo: move initcalls to the LSM framework

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

[RFC PATCH 21/29] tomoyo: move initcalls to the LSM framework

2025-04-09 Thread Paul Moore
Signed-off-by: Paul Moore --- security/tomoyo/common.h| 2 ++ security/tomoyo/securityfs_if.c | 4 +--- security/tomoyo/tomoyo.c| 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h index 0e8e2e959aef..3b2a97d10a5