/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 | 181 #if defined(PR_SET_SECUREBITS) || (defined(HAVE_DECL_PR_SET_SECUREBITS) && HAVE_DECL_PR_SET_SECUREB… 183 static_assert((PR_SET_SECUREBITS) == (28), "PR_SET_SECUREBITS != 28"); 186 # define PR_SET_SECUREBITS 28 399 XLAT(PR_SET_SECUREBITS),
|
D | prctl_options.in | 26 PR_SET_SECUREBITS 28
|
/external/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl07.c | 143 prctl(PR_SET_SECUREBITS, SECBIT_NO_CAP_AMBIENT_RAISE); in verify_prctl() 145 prctl(PR_SET_SECUREBITS, 0); in verify_prctl()
|
D | prctl02.c | 96 {PR_SET_SECUREBITS, &num_0, &num_0, EPERM, "PR_SET_SECUREBITS"},
|
/external/crosvm/seccomp/aarch64/ |
D | fs_device.policy | 51 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_SECUREBITS || arg0 == PR_GET_SECUREBITS
|
/external/crosvm/seccomp/arm/ |
D | fs_device.policy | 55 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_SECUREBITS || arg0 == PR_GET_SECUREBITS
|
/external/crosvm/seccomp/x86_64/ |
D | fs_device.policy | 54 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_SECUREBITS || arg0 == PR_GET_SECUREBITS
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 81 #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/kernel-headers/original/uapi/linux/ |
D | prctl.h | 82 #define PR_SET_SECUREBITS 28 macro
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
D | captest.c | 141 #ifdef PR_SET_SECUREBITS in report()
|
/external/libcap/libcap/ |
D | libcap.h | 207 #define PR_SET_SECUREBITS 28 macro
|
D | cap_proc.c | 389 return _libcap_wprctl3(sc, PR_SET_SECUREBITS, bits, 0); in _cap_set_secbits()
|
/external/rust/crates/libc/patches/ |
D | missing.diff | 63 +pub const PR_SET_SECUREBITS: ::c_int = 28;
|
/external/strace/ |
D | prctl.c | 368 case PR_SET_SECUREBITS: in SYS_FUNC()
|
/external/minijail/ |
D | system.c | 103 int securebits_ret = prctl(PR_SET_SECUREBITS, securebits); in lock_securebits()
|
/external/crosvm/devices/src/virtio/fs/ |
D | worker.rs | 200 let ret = unsafe { libc::prctl(libc::PR_SET_SECUREBITS, securebits) }; in run()
|
/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/minijail/linux-x86/ |
D | libconstants.gen.c | 3970 #ifdef PR_SET_SECUREBITS 3971 { "PR_SET_SECUREBITS", (unsigned long) PR_SET_SECUREBITS },
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1092 pub const PR_SET_SECUREBITS: ::c_int = 28; constant
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2290 pub const PR_SET_SECUREBITS: ::c_int = 28; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1641 pub const PR_SET_SECUREBITS: ::c_int = 28; constant
|