commit | e2bc445b66cad25b0627391df8138a83d0e48f97 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Wed Sep 19 17:48:21 2018 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Jan 08 13:18:43 2019 -0800 |
tree | b078f987045e8723a6c9d80049d8c78bbdf2181d | |
parent | d6aed64b74b73b64278c059eacd59d87167aa968 [diff] |
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: Kees Cook <keescook@chromium.org>