Searched refs:PR_SET_SECUREBITS (Results 1 - 14 of 14) sorted by relevance

/external/strace/tests/
H A Dprctl-securebits.c2 * Check decoding of prctl PR_GET_SECUREBITS/PR_SET_SECUREBITS operations.
35 #if defined __NR_prctl && defined PR_GET_SECUREBITS && defined PR_SET_SECUREBITS
65 prctl(PR_SET_SECUREBITS, 0);
66 printf("prctl(PR_SET_SECUREBITS, 0) = %s\n", errstr);
68 prctl(PR_SET_SECUREBITS, bits1);
69 printf("prctl(PR_SET_SECUREBITS, SECBIT_NOROOT|SECBIT_NOROOT_LOCKED|"
76 prctl(PR_SET_SECUREBITS, bits2);
77 printf("prctl(PR_SET_SECUREBITS, %#llx /* SECBIT_??? */)"
81 prctl(PR_SET_SECUREBITS, bits3);
82 printf("prctl(PR_SET_SECUREBITS, SECBIT_NOROO
[all...]
/external/strace/tests-m32/
H A Dprctl-securebits.c2 * Check decoding of prctl PR_GET_SECUREBITS/PR_SET_SECUREBITS operations.
35 #if defined __NR_prctl && defined PR_GET_SECUREBITS && defined PR_SET_SECUREBITS
65 prctl(PR_SET_SECUREBITS, 0);
66 printf("prctl(PR_SET_SECUREBITS, 0) = %s\n", errstr);
68 prctl(PR_SET_SECUREBITS, bits1);
69 printf("prctl(PR_SET_SECUREBITS, SECBIT_NOROOT|SECBIT_NOROOT_LOCKED|"
76 prctl(PR_SET_SECUREBITS, bits2);
77 printf("prctl(PR_SET_SECUREBITS, %#llx /* SECBIT_??? */)"
81 prctl(PR_SET_SECUREBITS, bits3);
82 printf("prctl(PR_SET_SECUREBITS, SECBIT_NOROO
[all...]
/external/strace/tests-mx32/
H A Dprctl-securebits.c2 * Check decoding of prctl PR_GET_SECUREBITS/PR_SET_SECUREBITS operations.
35 #if defined __NR_prctl && defined PR_GET_SECUREBITS && defined PR_SET_SECUREBITS
65 prctl(PR_SET_SECUREBITS, 0);
66 printf("prctl(PR_SET_SECUREBITS, 0) = %s\n", errstr);
68 prctl(PR_SET_SECUREBITS, bits1);
69 printf("prctl(PR_SET_SECUREBITS, SECBIT_NOROOT|SECBIT_NOROOT_LOCKED|"
76 prctl(PR_SET_SECUREBITS, bits2);
77 printf("prctl(PR_SET_SECUREBITS, %#llx /* SECBIT_??? */)"
81 prctl(PR_SET_SECUREBITS, bits3);
82 printf("prctl(PR_SET_SECUREBITS, SECBIT_NOROO
[all...]
/external/strace/xlat/
H A Dprctl_options.h77 #if !(defined(PR_SET_SECUREBITS) || (defined(HAVE_DECL_PR_SET_SECUREBITS) && HAVE_DECL_PR_SET_SECUREBITS))
78 # define PR_SET_SECUREBITS 28 macro
177 XLAT(PR_SET_SECUREBITS),
/external/libcap/libcap/include/uapi/linux/
H A Dprctl.h79 #define PR_SET_SECUREBITS 28 macro
/external/kernel-headers/original/uapi/linux/
H A Dprctl.h82 #define PR_SET_SECUREBITS 28 macro
/external/ltp/testcases/kernel/security/securebits/
H A Dcheck_keepcaps.c20 b. do with prctl(PR_SET_SECUREBITS, SECURE_KEEP_CAPS)
132 ret = prctl(PR_SET_SECUREBITS, ret | SECBIT_KEEP_CAPS);
135 "PR_SET_SECUREBITS failed");
140 "PR_SET_SECUREBITS did not set keepcaps");
/external/libcap/libcap/
H A Dlibcap.h199 #define PR_SET_SECUREBITS 28 macro
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dcaptest.c141 #ifdef PR_SET_SECUREBITS
/external/minijail/linux-x86/
H A Dlibconstants.gen.c959 #ifdef PR_SET_SECUREBITS
960 { "PR_SET_SECUREBITS", (unsigned long) PR_SET_SECUREBITS },
961 #endif // PR_SET_SECUREBITS
/external/minijail/
H A Dsystem.c59 int securebits_ret = prctl(PR_SET_SECUREBITS, securebits);
61 pwarn("prctl(PR_SET_SECUREBITS) failed");
/external/strace/
H A Dprctl.c301 case PR_SET_SECUREBITS:
/external/libcap/progs/
H A Dcapsh.c298 status = prctl(PR_SET_SECUREBITS, value);
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c47 * 2.6.26 kernel PR_SET_SECUREBITS, SECURE_*_LOCKED, VERSION_3
660 #ifdef PR_SET_SECUREBITS
661 int rc = prctl(PR_SET_SECUREBITS,

Completed in 522 milliseconds