]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lsm: group lsm_order_parse() with the other lsm_order_*() functions
authorPaul Moore <paul@paul-moore.com>
Mon, 21 Jul 2025 20:36:03 +0000 (16:36 -0400)
committerPaul Moore <paul@paul-moore.com>
Wed, 22 Oct 2025 23:24:24 +0000 (19:24 -0400)
commit3423c6397ce21356c3c2fac0b2727d428d96cfa4
tree5f68f60ee9596d2d8481f7d92873615915be4f0e
parentac3c47cece27014e34d2ec561d72c0a7c7de50a9
lsm: group lsm_order_parse() with the other lsm_order_*() functions

Move the lsm_order_parse() function near the other lsm_order_*()
functions to improve readability.

No code changes.

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