Home
last modified time | relevance | path

Searched refs:PR_GET_NO_NEW_PRIVS (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl02.c24 * - EINVAL when options is PR_GET_NO_NEW_PRIVS & arg2, arg3, arg4, or arg5
101 {PR_GET_NO_NEW_PRIVS, &num_1, &num_0, EINVAL, "PR_GET_NO_NEW_PRIVS"},
125 case PR_GET_NO_NEW_PRIVS: in verify_prctl()
180 TEST(prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0)); in setup()
H A Dprctl06.h28 TEST(prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0)); in check_no_new_privs()
31 "%s prctl(PR_GET_NO_NEW_PRIVS) expected %d got %d", in check_no_new_privs()
35 "%s prctl(PR_GET_NO_NEW_PRIVS) expected %d got %ld", in check_no_new_privs()
H A Dprctl06.c10 * Test PR_GET_NO_NEW_PRIVS and PR_SET_NO_NEW_PRIVS of prctl(2).
102 TEST(prctl(PR_GET_NO_NEW_PRIVS, 0, 0, 0, 0)); in setup()
/third_party/ltp/include/lapi/
H A Dprctl.h41 # define PR_GET_NO_NEW_PRIVS 39 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h112 #define PR_GET_NO_NEW_PRIVS 39 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h112 #define PR_GET_NO_NEW_PRIVS 39 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h112 #define PR_GET_NO_NEW_PRIVS 39 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h112 #define PR_GET_NO_NEW_PRIVS 39 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h112 #define PR_GET_NO_NEW_PRIVS 39 macro
/third_party/musl/include/sys/
H A Dprctl.h112 #define PR_GET_NO_NEW_PRIVS 39 macro
/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs499 // PR_GET_NO_NEW_PRIVS/PR_SET_NO_NEW_PRIVS
502 const PR_GET_NO_NEW_PRIVS: c_int = 39; consts
507 /// - [`prctl(PR_GET_NO_NEW_PRIVS,...)`]
509 /// [`prctl(PR_GET_NO_NEW_PRIVS,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html
512 unsafe { prctl_1arg(PR_GET_NO_NEW_PRIVS) }.map(|r| r != 0) in no_new_privs()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1127 pub const PR_GET_NO_NEW_PRIVS: ::c_int = 39; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2767 pub const PR_GET_NO_NEW_PRIVS: ::c_int = 39; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1257 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2610 pub const PR_GET_NO_NEW_PRIVS: ::c_int = 39; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2021 pub const PR_GET_NO_NEW_PRIVS: ::c_int = 39; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1260 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1252 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1270 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1265 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1262 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1257 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1246 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1470 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1255 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts

Completed in 171 milliseconds

12