Home
last modified time | relevance | path

Searched refs:SECURE_ALL_BITS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsecurebits.h55 #define SECURE_ALL_BITS (issecure_mask(SECURE_NOROOT) | \ macro
59 #define SECURE_ALL_LOCKS (SECURE_ALL_BITS << 1)
/openbmc/linux/security/
H A Dcommoncap.c1303 || (arg2 & ~(SECURE_ALL_LOCKS | SECURE_ALL_BITS)) /*[3]*/ in cap_task_prctl()