Home
last modified time | relevance | path

Searched refs:SECBIT_KEEP_CAPS (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/security/securebits/
Dcheck_keepcaps.c10 #ifndef SECBIT_KEEP_CAPS
11 #define SECBIT_KEEP_CAPS (1<<4) macro
132 ret = prctl(PR_SET_SECUREBITS, ret | SECBIT_KEEP_CAPS); in main()
/third_party/libfuse/util/
Dmount.fuse.c27 #if !defined(SECBIT_KEEP_CAPS) && defined(SECURE_KEEP_CAPS)
28 #define SECBIT_KEEP_CAPS (issecure_mask(SECURE_KEEP_CAPS)) macro
399 SECBIT_KEEP_CAPS | in main()