Home
last modified time | relevance | path

Searched refs:PR_SET_SECUREBITS (Results 1 – 16 of 16) sorted by relevance

/external/strace/tests/
Dprctl-securebits.c35 #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/
Dprctl-securebits.c35 #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/
Dprctl-securebits.c35 #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/
Dprctl_options.h77 #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),
Dprctl_options.in26 PR_SET_SECUREBITS 28
/external/libcap/libcap/include/uapi/linux/
Dprctl.h79 #define PR_SET_SECUREBITS 28 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h82 #define PR_SET_SECUREBITS 28 macro
/external/ltp/testcases/kernel/security/securebits/
Dcheck_keepcaps.c132 ret = prctl(PR_SET_SECUREBITS, ret | SECBIT_KEEP_CAPS); in main()
/external/libcap-ng/libcap-ng-0.7/utils/
Dcaptest.c141 #ifdef PR_SET_SECUREBITS in report()
/external/minijail/linux-x86/
Dlibconstants.gen.c959 #ifdef PR_SET_SECUREBITS
960 { "PR_SET_SECUREBITS", (unsigned long) PR_SET_SECUREBITS },
/external/libcap/libcap/
Dlibcap.h199 #define PR_SET_SECUREBITS 28 macro
/external/minijail/
Dsystem.c59 int securebits_ret = prctl(PR_SET_SECUREBITS, securebits); in lock_securebits()
/external/strace/
Dprctl.c301 case PR_SET_SECUREBITS: in SYS_FUNC()
DChangeLog21722 Print 2nd syscall argument of PR_SET_SECUREBITS using printflags_long.
/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c660 #ifdef PR_SET_SECUREBITS in capng_lock()
661 int rc = prctl(PR_SET_SECUREBITS, in capng_lock()
/external/libcap/progs/
Dcapsh.c298 status = prctl(PR_SET_SECUREBITS, value); in main()