Searched refs:SECURE_ALL_LOCKS (Results 1 – 2 of 2) sorted by relevance
59 #define SECURE_ALL_LOCKS (SECURE_ALL_BITS << 1) macro
1300 if ((((old->securebits & SECURE_ALL_LOCKS) >> 1) in cap_task_prctl()1302 || ((old->securebits & SECURE_ALL_LOCKS & ~arg2)) /*[2]*/ in cap_task_prctl()1303 || (arg2 & ~(SECURE_ALL_LOCKS | SECURE_ALL_BITS)) /*[3]*/ in cap_task_prctl()