Home
last modified time | relevance | path

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

12

/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.h181 #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),
Dprctl_options.in26 PR_SET_SECUREBITS 28
/external/ltp/testcases/kernel/syscalls/prctl/
Dprctl07.c143 prctl(PR_SET_SECUREBITS, SECBIT_NO_CAP_AMBIENT_RAISE); in verify_prctl()
145 prctl(PR_SET_SECUREBITS, 0); in verify_prctl()
Dprctl02.c96 {PR_SET_SECUREBITS, &num_0, &num_0, EPERM, "PR_SET_SECUREBITS"},
/external/crosvm/seccomp/aarch64/
Dfs_device.policy51 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_SECUREBITS || arg0 == PR_GET_SECUREBITS
/external/crosvm/seccomp/arm/
Dfs_device.policy55 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_SECUREBITS || arg0 == PR_GET_SECUREBITS
/external/crosvm/seccomp/x86_64/
Dfs_device.policy54 prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_SECUREBITS || arg0 == PR_GET_SECUREBITS
/external/libcap/libcap/include/uapi/linux/
Dprctl.h81 #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/kernel-headers/original/uapi/linux/
Dprctl.h82 #define PR_SET_SECUREBITS 28 macro
/external/libcap-ng/libcap-ng-0.7/utils/
Dcaptest.c141 #ifdef PR_SET_SECUREBITS in report()
/external/libcap/libcap/
Dlibcap.h207 #define PR_SET_SECUREBITS 28 macro
Dcap_proc.c389 return _libcap_wprctl3(sc, PR_SET_SECUREBITS, bits, 0); in _cap_set_secbits()
/external/rust/crates/libc/patches/
Dmissing.diff63 +pub const PR_SET_SECUREBITS: ::c_int = 28;
/external/strace/
Dprctl.c368 case PR_SET_SECUREBITS: in SYS_FUNC()
/external/minijail/
Dsystem.c103 int securebits_ret = prctl(PR_SET_SECUREBITS, securebits); in lock_securebits()
/external/crosvm/devices/src/virtio/fs/
Dworker.rs200 let ret = unsafe { libc::prctl(libc::PR_SET_SECUREBITS, securebits) }; in run()
/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/minijail/linux-x86/
Dlibconstants.gen.c3970 #ifdef PR_SET_SECUREBITS
3971 { "PR_SET_SECUREBITS", (unsigned long) PR_SET_SECUREBITS },
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1092 pub const PR_SET_SECUREBITS: ::c_int = 28; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2290 pub const PR_SET_SECUREBITS: ::c_int = 28; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1641 pub const PR_SET_SECUREBITS: ::c_int = 28; constant

12