Searched refs:PR_SET_SECUREBITS (Results 1 – 16 of 16) sorted by relevance
/external/strace/tests/ |
D | prctl-securebits.c | 35 #if defined __NR_prctl && defined PR_GET_SECUREBITS && defined PR_SET_SECUREBITS 65 prctl(PR_SET_SECUREBITS, 0); in main() 68 prctl(PR_SET_SECUREBITS, bits1); in main() 76 prctl(PR_SET_SECUREBITS, bits2); in main() 81 prctl(PR_SET_SECUREBITS, bits3); in main()
|
/external/strace/tests-m32/ |
D | prctl-securebits.c | 35 #if defined __NR_prctl && defined PR_GET_SECUREBITS && defined PR_SET_SECUREBITS 65 prctl(PR_SET_SECUREBITS, 0); in main() 68 prctl(PR_SET_SECUREBITS, bits1); in main() 76 prctl(PR_SET_SECUREBITS, bits2); in main() 81 prctl(PR_SET_SECUREBITS, bits3); in main()
|
/external/strace/tests-mx32/ |
D | prctl-securebits.c | 35 #if defined __NR_prctl && defined PR_GET_SECUREBITS && defined PR_SET_SECUREBITS 65 prctl(PR_SET_SECUREBITS, 0); in main() 68 prctl(PR_SET_SECUREBITS, bits1); in main() 76 prctl(PR_SET_SECUREBITS, bits2); in main() 81 prctl(PR_SET_SECUREBITS, bits3); in main()
|
/external/strace/xlat/ |
D | prctl_options.h | 77 #if !(defined(PR_SET_SECUREBITS) || (defined(HAVE_DECL_PR_SET_SECUREBITS) && HAVE_DECL_PR_SET_SECUR… 78 # define PR_SET_SECUREBITS 28 macro 177 XLAT(PR_SET_SECUREBITS),
|
D | prctl_options.in | 26 PR_SET_SECUREBITS 28
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 79 #define PR_SET_SECUREBITS 28 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 82 #define PR_SET_SECUREBITS 28 macro
|
/external/ltp/testcases/kernel/security/securebits/ |
D | check_keepcaps.c | 132 ret = prctl(PR_SET_SECUREBITS, ret | SECBIT_KEEP_CAPS); in main()
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | captest.c | 141 #ifdef PR_SET_SECUREBITS in report()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 959 #ifdef PR_SET_SECUREBITS 960 { "PR_SET_SECUREBITS", (unsigned long) PR_SET_SECUREBITS },
|
/external/libcap/libcap/ |
D | libcap.h | 199 #define PR_SET_SECUREBITS 28 macro
|
/external/minijail/ |
D | system.c | 59 int securebits_ret = prctl(PR_SET_SECUREBITS, securebits); in lock_securebits()
|
/external/strace/ |
D | prctl.c | 301 case PR_SET_SECUREBITS: in SYS_FUNC()
|
D | ChangeLog | 21722 Print 2nd syscall argument of PR_SET_SECUREBITS using printflags_long.
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | cap-ng.c | 660 #ifdef PR_SET_SECUREBITS in capng_lock() 661 int rc = prctl(PR_SET_SECUREBITS, in capng_lock()
|
/external/libcap/progs/ |
D | capsh.c | 298 status = prctl(PR_SET_SECUREBITS, value); in main()
|