]> Gentwo Git Trees - linux/.git/commit
lsm: split the notifier code out into lsm_notifier.c
authorPaul Moore <paul@paul-moore.com>
Tue, 11 Feb 2025 00:20:58 +0000 (19:20 -0500)
committerPaul Moore <paul@paul-moore.com>
Wed, 22 Oct 2025 23:24:15 +0000 (19:24 -0400)
commita5e7c17c810052e94dae36f1a976a052f4490458
treef4c13d176ce60e32cca4044e3a9f6a77ce5f8313
parent211ddde0823f1442e4ad052a2f30f050145ccada
lsm: split the notifier code out into lsm_notifier.c

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.

Reviewed-by: Kees Cook <kees@kernel.org>
Reviewed-by: John Johansen <john.johansen@canonical.com>
Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Reviewed-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/Makefile
security/lsm_notifier.c [new file with mode: 0644]
security/security.c