Searched refs:PR_GET_KEEPCAPS (Results 1 - 8 of 8) sorted by relevance

/external/ltp/testcases/kernel/security/securebits/
H A Dcheck_keepcaps.c23 (just create a simple executable that checks PR_GET_KEEPCAPS
104 ret = prctl(PR_GET_KEEPCAPS);
124 ret = prctl(PR_GET_KEEPCAPS);
137 ret = prctl(PR_GET_KEEPCAPS);
/external/strace/xlat/
H A Dprctl_options.h20 #if !(defined(PR_GET_KEEPCAPS) || (defined(HAVE_DECL_PR_GET_KEEPCAPS) && HAVE_DECL_PR_GET_KEEPCAPS))
21 # define PR_GET_KEEPCAPS 7 macro
158 XLAT(PR_GET_KEEPCAPS),
/external/libcap/libcap/include/uapi/linux/
H A Dprctl.h21 #define PR_GET_KEEPCAPS 7 macro
/external/kernel-headers/original/uapi/linux/
H A Dprctl.h24 #define PR_GET_KEEPCAPS 7 macro
/external/libcap/libcap/
H A Dlibcap.h194 #define PR_GET_KEEPCAPS 7 macro
/external/minijail/linux-x86/
H A Dlibconstants.gen.c830 #ifdef PR_GET_KEEPCAPS
831 { "PR_GET_KEEPCAPS", (unsigned long) PR_GET_KEEPCAPS },
832 #endif // PR_GET_KEEPCAPS
/external/strace/
H A Dprctl.c96 case PR_GET_KEEPCAPS:
/external/libcap/progs/
H A Dcapsh.c536 set = prctl(PR_GET_KEEPCAPS);

Completed in 85 milliseconds