/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl02.c | 24 * - 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 D | prctl06.h | 28 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 D | prctl06.c | 10 * 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 D | prctl.h | 41 # define PR_GET_NO_NEW_PRIVS 39 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | prctl.h | 112 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | prctl.h | 112 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | prctl.h | 112 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | prctl.h | 112 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | prctl.h | 112 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/third_party/musl/include/sys/ |
H A D | prctl.h | 112 #define PR_GET_NO_NEW_PRIVS 39 macro
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | prctl.rs | 499 // 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 D | mod.rs | 1127 pub const PR_GET_NO_NEW_PRIVS: ::c_int = 39; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2767 pub const PR_GET_NO_NEW_PRIVS: ::c_int = 39; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1257 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2610 pub const PR_GET_NO_NEW_PRIVS: ::c_int = 39; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2021 pub const PR_GET_NO_NEW_PRIVS: ::c_int = 39; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1260 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1252 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1270 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1265 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1262 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1257 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1246 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1470 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 1255 pub const PR_GET_NO_NEW_PRIVS: u32 = 39; consts
|