]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lsm: add a LSM_STARTED_ALL notification event
authorPaul Moore <paul@paul-moore.com>
Fri, 21 Feb 2025 16:53:29 +0000 (11:53 -0500)
committerPaul Moore <paul@paul-moore.com>
Wed, 22 Oct 2025 23:24:29 +0000 (19:24 -0400)
commitdfa024bc3f67a97e1a975dd66b83af8b3845eb19
tree4221608f9e4a7de82de496dc62027c7a0c5012b0
parent4ab5efcc2829a38a3adcfdd9cd0c0e0eb6fb6939
lsm: add a LSM_STARTED_ALL notification event

Add a new LSM notifier event, LSM_STARTED_ALL, which is fired once at
boot when all of the LSMs have been started.

Reviewed-by: Kees Cook <kees@kernel.org>
Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Reviewed-by: John Johansen <john.johhansen@canonical.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
include/linux/security.h
security/lsm_init.c