Searched refs:SECURE_KEEP_CAPS (Results 1 – 2 of 2) sorted by relevance
41 #define SECURE_KEEP_CAPS 4 macro44 #define SECBIT_KEEP_CAPS (issecure_mask(SECURE_KEEP_CAPS))57 issecure_mask(SECURE_KEEP_CAPS) | \
968 new->securebits &= ~issecure_mask(SECURE_KEEP_CAPS); in cap_bprm_creds_from_file()1102 if (!issecure(SECURE_KEEP_CAPS)) { in cap_emulate_setxuid()1337 return !!issecure(SECURE_KEEP_CAPS); in cap_task_prctl()1349 new->securebits |= issecure_mask(SECURE_KEEP_CAPS); in cap_task_prctl()1351 new->securebits &= ~issecure_mask(SECURE_KEEP_CAPS); in cap_task_prctl()