Home
last modified time | relevance | path

Searched refs:PR_GET_SECUREBITS (Results 1 – 13 of 13) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
Dcaptest.c145 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/
Dprctl-securebits.c35 #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/
Dprctl-securebits.c35 #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-m32/
Dprctl-securebits.c35 #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/
Dprctl_options.h74 #if !(defined(PR_GET_SECUREBITS) || (defined(HAVE_DECL_PR_GET_SECUREBITS) && HAVE_DECL_PR_GET_SECUR…
75 # define PR_GET_SECUREBITS 27 macro
176 XLAT(PR_GET_SECUREBITS),
Dprctl_options.in25 PR_GET_SECUREBITS 27
/external/libcap/libcap/include/uapi/linux/
Dprctl.h78 #define PR_GET_SECUREBITS 27 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h80 #define PR_GET_SECUREBITS 27 macro
/external/ltp/testcases/kernel/security/securebits/
Dcheck_keepcaps.c131 ret = prctl(PR_GET_SECUREBITS); in main()
/external/libcap/libcap/
Dlibcap.h198 #define PR_GET_SECUREBITS 27 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c845 #ifdef PR_GET_SECUREBITS
846 { "PR_GET_SECUREBITS", (unsigned long) PR_GET_SECUREBITS },
/external/strace/
Dprctl.c141 case PR_GET_SECUREBITS: in SYS_FUNC()
/external/libcap/progs/
Dcapsh.c519 set = prctl(PR_GET_SECUREBITS); in main()