Home
last modified time | relevance | path

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

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