Home
last modified time | relevance | path

Searched refs:SECURE_KEEP_CAPS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsecurebits.h41 #define SECURE_KEEP_CAPS 4 macro
44 #define SECBIT_KEEP_CAPS (issecure_mask(SECURE_KEEP_CAPS))
57 issecure_mask(SECURE_KEEP_CAPS) | \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsecurebits.h41 #define SECURE_KEEP_CAPS 4 macro
44 #define SECBIT_KEEP_CAPS (issecure_mask(SECURE_KEEP_CAPS))
57 issecure_mask(SECURE_KEEP_CAPS) | \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsecurebits.h41 #define SECURE_KEEP_CAPS 4 macro
44 #define SECBIT_KEEP_CAPS (issecure_mask(SECURE_KEEP_CAPS))
57 issecure_mask(SECURE_KEEP_CAPS) | \
/OK3568_Linux_fs/kernel/security/
H A Dcommoncap.c907 new->securebits &= ~issecure_mask(SECURE_KEEP_CAPS); in cap_bprm_creds_from_file()
1032 if (!issecure(SECURE_KEEP_CAPS)) { in cap_emulate_setxuid()
1256 return !!issecure(SECURE_KEEP_CAPS); in cap_task_prctl()
1268 new->securebits |= issecure_mask(SECURE_KEEP_CAPS); in cap_task_prctl()
1270 new->securebits &= ~issecure_mask(SECURE_KEEP_CAPS); in cap_task_prctl()