Home
last modified time | relevance | path

Searched refs:LSM_ORDER_LAST (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dlsm_hooks.h115 LSM_ORDER_LAST = 1, /* This is only for integrity. */ enumerator
/openbmc/linux/security/integrity/
H A Diint.c206 .order = LSM_ORDER_LAST,
/openbmc/linux/security/
H A DKconfig276 LSM_ORDER_FIRST and LSM_ORDER_LAST, which are always enabled
H A Dsecurity.c312 if (lsm->order == LSM_ORDER_LAST) in ordered_lsm_parse()