]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lsm: integrate report_lsm_order() code into caller
authorPaul Moore <paul@paul-moore.com>
Sat, 12 Jul 2025 20:10:15 +0000 (16:10 -0400)
committerPaul Moore <paul@paul-moore.com>
Wed, 22 Oct 2025 23:24:17 +0000 (19:24 -0400)
commitcb1513db7a6ed82d22853608d78bbf72ad8c67c1
treed274db56693e4ced41dddb6240d2d9eedac5a903
parent37f788f65528611f4482e2135d11ca34afb25828
lsm: integrate report_lsm_order() code into caller

With only one caller of report_lsm_order(), insert the function's code
directly into the caller and ger rid of report_lsm_order().

Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
Reviewed-by: John Johansen <john.johhansen@canonical.com>
Reviewed-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/lsm_init.c