]> Gentwo Git Trees - linux/.git/commit
lsm: fold lsm_init_ordered() into security_init()
authorPaul Moore <paul@paul-moore.com>
Wed, 12 Feb 2025 23:10:37 +0000 (18:10 -0500)
committerPaul Moore <paul@paul-moore.com>
Wed, 22 Oct 2025 23:24:22 +0000 (19:24 -0400)
commit45a41d1394aa2ed0305f0560f93bb87be7192481
tree23ed9f347b6238b13c629e58c4926c10bacb83c9
parent27be5600fe852c52d5b70f4ac9406879b39c864e
lsm: fold lsm_init_ordered() into security_init()

With only security_init() calling lsm_init_ordered, it makes little
sense to keep lsm_init_ordered() as a standalone function.  Fold
lsm_init_ordered() into security_init().

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>
security/lsm_init.c