• Kees Cook's avatar
    LSM: Introduce enum lsm_order · e2bc445b
    Kees Cook authored
    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>
    e2bc445b
security.c 49.9 KB