Home
last modified time | relevance | path

Searched refs:PR_CAP_AMBIENT_CLEAR_ALL (Results 1 - 25 of 27) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl07.c26 * - PR_CAP_AMBIENT_CLEAR_ALL: All capabilities will be removed from the
144 TEST(prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0)); in verify_prctl()
150 tst_res(TINFO, "After PR_CAP_AMBIENT_CLEAR_ALL"); in verify_prctl()
161 TEST(prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0)); in setup()
H A Dprctl02.c31 * arg5, or, in the case of PR_CAP_AMBIENT_CLEAR_ALL, arg3 is nonzero
76 static unsigned long num_PR_CAP_AMBIENT_CLEAR_ALL = PR_CAP_AMBIENT_CLEAR_ALL;
188 TEST(prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0)); in setup()
/third_party/ltp/include/lapi/
H A Dprctl.h54 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/third_party/musl/include/sys/
H A Dprctl.h131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs596 const PR_CAP_AMBIENT_CLEAR_ALL: usize = 4; consts
601 /// - [`prctl(PR_CAP_AMBIENT,PR_CAP_AMBIENT_CLEAR_ALL,...)`]
603 /// [`prctl(PR_CAP_AMBIENT,PR_CAP_AMBIENT_CLEAR_ALL,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
606 unsafe { prctl_2args(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL as *mut _) }.map(|_r| ()) in clear_ambient_capability_set()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1146 pub const PR_CAP_AMBIENT_CLEAR_ALL: ::c_int = 4; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1271 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2629 pub const PR_CAP_AMBIENT_CLEAR_ALL: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2040 pub const PR_CAP_AMBIENT_CLEAR_ALL: ::c_int = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1274 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1266 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1284 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1279 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1276 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1271 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1260 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1484 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1269 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1492 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1270 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts

Completed in 179 milliseconds

12