/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 98 {"noexec", MS_NOEXEC}, {"exec", ~MS_NOEXEC},
|
/third_party/libfuse/lib/ |
D | mount.c | 37 #define MS_NOEXEC MNT_NOEXEC macro 150 {"exec", MS_NOEXEC, 0}, 151 {"noexec", MS_NOEXEC, 1},
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/musl/include/sys/ |
D | mount.h | 29 #define MS_NOEXEC 8 macro
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 102 {"noexec", MS_NOEXEC}, {"exec", ~MS_NOEXEC},
|
/third_party/rust/crates/nix/src/mount/ |
D | linux.rs | 15 MS_NOEXEC;
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 229 {"exec", MS_NOEXEC, 0, 1}, 230 {"noexec", MS_NOEXEC, 1, 1},
|
D | mount.c | 204 {"exec", MS_NOEXEC, 0}, 205 {"noexec", MS_NOEXEC, 1},
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 505 const NOEXEC = linux_raw_sys::general::MS_NOEXEC as u64; 678 const NOEXEC = linux_raw_sys::general::MS_NOEXEC;
|
/third_party/rust/crates/nix/test/ |
D | test_mount.rs | 129 MsFlags::MS_NOEXEC, in test_mount_noexec_disallows_exec()
|
/third_party/selinux/libselinux/src/ |
D | load_policy.c | 283 if (mount(SELINUXFS, SELINUXMNT, SELINUXFS, MS_NOEXEC | MS_NOSUID, 0) == 0 || errno == EBUSY) { in selinux_init_load_policy()
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 76 MS_NOEXEC,
|
/third_party/libfuse/util/ |
D | fusermount.c | 626 {"exec", MS_NOEXEC, 0, 1}, 627 {"noexec", MS_NOEXEC, 1, 1},
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 495 MS_NOEXEC
|
D | linux.txt | 1338 MS_NOEXEC
|
D | android.txt | 1224 MS_NOEXEC
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 1156 const NOEXEC = c::MS_NOEXEC;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 609 pub const MS_NOEXEC: ::c_ulong = 0x08; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1545 pub const MS_NOEXEC: ::c_ulong = 0x08; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 393 pub const MS_NOEXEC: u32 = 8; constant
|