Re: [RFC PATCH 01/29] lsm: split the notifier code out into lsm_notifier.c

2025-04-15 Thread John Johansen
On 4/9/25 11:49, Paul Moore wrote: In an effort to decompose security/security.c somewhat to make it less twisted and unwieldy, pull out the LSM notifier code into a new file as it is fairly well self-contained. No code changes. Signed-off-by: Paul Moore lgtm Reviewed-by: John Johansen -

Re: [RFC PATCH 01/29] lsm: split the notifier code out into lsm_notifier.c

2025-04-09 Thread Kees Cook
On Wed, Apr 09, 2025 at 02:49:46PM -0400, Paul Moore wrote: > In an effort to decompose security/security.c somewhat to make it less > twisted and unwieldy, pull out the LSM notifier code into a new file > as it is fairly well self-contained. > > No code changes. > > Signed-off-by: Paul Moore Y

[RFC PATCH 01/29] lsm: split the notifier code out into lsm_notifier.c

2025-04-09 Thread Paul Moore
In an effort to decompose security/security.c somewhat to make it less twisted and unwieldy, pull out the LSM notifier code into a new file as it is fairly well self-contained. No code changes. Signed-off-by: Paul Moore --- security/Makefile | 2 +- security/lsm_notifier.c | 31 +