Searched refs:PR_GET_SECUREBITS (Results 1 – 25 of 32) sorted by relevance
12
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | captest.c | 145 rc = prctl(PR_GET_SECUREBITS, 1 << SECURE_NOROOT); in report() 150 rc = prctl(PR_GET_SECUREBITS, 1 << SECURE_NOROOT_LOCKED); in report() 157 rc = prctl(PR_GET_SECUREBITS, 1 << SECURE_NO_SETUID_FIXUP); in report() 164 rc = prctl(PR_GET_SECUREBITS, 1 << SECURE_NO_SETUID_FIXUP_LOCKED); in report()
|
/external/strace/tests-m32/ |
D | prctl-securebits.c | 35 #if defined __NR_prctl && defined PR_GET_SECUREBITS && defined PR_SET_SECUREBITS 88 long rc = prctl(PR_GET_SECUREBITS, bits1); in main()
|
/external/strace/tests-mx32/ |
D | prctl-securebits.c | 35 #if defined __NR_prctl && defined PR_GET_SECUREBITS && defined PR_SET_SECUREBITS 88 long rc = prctl(PR_GET_SECUREBITS, bits1); in main()
|
/external/strace/tests/ |
D | prctl-securebits.c | 35 #if defined __NR_prctl && defined PR_GET_SECUREBITS && defined PR_SET_SECUREBITS 88 long rc = prctl(PR_GET_SECUREBITS, bits1); in main()
|
/external/strace/xlat/ |
D | prctl_options.h | 174 #if defined(PR_GET_SECUREBITS) || (defined(HAVE_DECL_PR_GET_SECUREBITS) && HAVE_DECL_PR_GET_SECUREB… 176 static_assert((PR_GET_SECUREBITS) == (27), "PR_GET_SECUREBITS != 27"); 179 # define PR_GET_SECUREBITS 27 398 XLAT(PR_GET_SECUREBITS),
|
D | prctl_options.in | 25 PR_GET_SECUREBITS 27
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 78 #define PR_GET_SECUREBITS 27 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 81 #define PR_GET_SECUREBITS 27 macro
|
/external/ltp/testcases/kernel/security/securebits/ |
D | check_keepcaps.c | 131 ret = prctl(PR_GET_SECUREBITS); in main()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 845 #ifdef PR_GET_SECUREBITS 846 { "PR_GET_SECUREBITS", (unsigned long) PR_GET_SECUREBITS },
|
/external/libcap/libcap/ |
D | libcap.h | 198 #define PR_GET_SECUREBITS 27 macro
|
/external/minijail/ |
D | system.c | 70 int current_securebits = prctl(PR_GET_SECUREBITS); in lock_securebits()
|
/external/strace/ |
D | prctl.c | 169 case PR_GET_SECUREBITS: in SYS_FUNC()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 401 PR_GET_SECUREBITS = 27
|
D | sys_amd64.const | 401 PR_GET_SECUREBITS = 27
|
D | sys_arm.const | 401 PR_GET_SECUREBITS = 27
|
D | sys_ppc64le.const | 401 PR_GET_SECUREBITS = 27
|
D | sys_arm64.const | 401 PR_GET_SECUREBITS = 27
|
/external/libcap/progs/ |
D | capsh.c | 519 set = prctl(PR_GET_SECUREBITS); in main()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1036 PR_GET_SECUREBITS = 0x1b const
|
D | zerrors_linux_mipsle.go | 1292 PR_GET_SECUREBITS = 0x1b const
|
D | zerrors_linux_s390x.go | 1291 PR_GET_SECUREBITS = 0x1b const
|
D | zerrors_linux_arm.go | 1291 PR_GET_SECUREBITS = 0x1b const
|
D | zerrors_linux_ppc64le.go | 1294 PR_GET_SECUREBITS = 0x1b const
|
D | zerrors_linux_mips64.go | 1292 PR_GET_SECUREBITS = 0x1b const
|
12