Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsecurebits.h19 #define SECURE_NOROOT 0 macro
22 #define SECBIT_NOROOT (issecure_mask(SECURE_NOROOT))
72 #define SECURE_ALL_BITS (issecure_mask(SECURE_NOROOT) | \
/linux/security/
H A Dcommoncap.c35 * !secure(SECURE_NOROOT) mode, then we raise capabilities.
805 static inline bool root_privileged(void) { return !issecure(SECURE_NOROOT); } in root_privileged()
824 * SECURE_NOROOT. If file capabilities are set, they won't be combined with
875 * 3) root is supposed to have all caps (SECURE_NOROOT)
1326 * | issecure_mask(SECURE_NOROOT) in cap_task_prctl()