Skip to content
Commit e2bc445b authored by Kees Cook's avatar Kees Cook
Browse files

LSM: Introduce enum lsm_order



In preparation for distinguishing the "capability" LSM from other LSMs, it
must be ordered first. This introduces LSM_ORDER_MUTABLE for the general
LSMs and LSM_ORDER_FIRST for capability. In the future LSM_ORDER_LAST
for could be added for anything that must run last (e.g. Landlock may
use this).

Signed-off-by: default avatarKees Cook <keescook@chromium.org>
parent d6aed64b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment