Searched defs:SECURE_ALL_BITS (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dsecurebits.h54 #define SECURE_ALL_BITS (issecure_mask(SECURE_NOROOT) | \ macro
58 #define SECURE_ALL_LOCKS (SECURE_ALL_BITS << 1)
/external/libcap/libcap/include/uapi/linux/
H A Dsecurebits.h54 #define SECURE_ALL_BITS (issecure_mask(SECURE_NOROOT) | \ macro
58 #define SECURE_ALL_LOCKS (SECURE_ALL_BITS << 1)
/external/minijail/
H A Dsystem.c35 #define SECURE_ALL_BITS 0x55 macro
36 #define SECURE_ALL_LOCKS (SECURE_ALL_BITS << 1)
43 * Assert the value of SECURE_ALL_BITS at compile-time.
46 * When a new securebit is added, the new SECURE_ALL_BITS mask will return EPERM
51 _Static_assert(SECURE_ALL_BITS == 0x55, "SECURE_ALL_BITS == 0x55.");

Completed in 156 milliseconds