Searched refs:SECURE_NOROOT (Results 1 – 2 of 2) sorted by relevance
19 #define SECURE_NOROOT 0 macro22 #define SECBIT_NOROOT (issecure_mask(SECURE_NOROOT))72 #define SECURE_ALL_BITS (issecure_mask(SECURE_NOROOT) | \
35 * !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 with875 * 3) root is supposed to have all caps (SECURE_NOROOT)1326 * | issecure_mask(SECURE_NOROOT) in cap_task_prctl()