Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlsm_hooks.h113 LSM_ORDER_FIRST = -1, /* This is only for capabilities. */ enumerator
/openbmc/linux/security/
H A DKconfig244 LSM_ORDER_FIRST and LSM_ORDER_LAST, which are always enabled
H A Dcommoncap.c1473 .order = LSM_ORDER_FIRST,
H A Dsecurity.c256 if (lsm->order == LSM_ORDER_FIRST) in ordered_lsm_parse()