/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 199 {"suid", MS_NOSUID, 0}, 200 {"nosuid", MS_NOSUID, 1}, 623 mo.flags = MS_NOSUID | MS_NODEV; in fuse_kern_mount() 642 * have MS_NOSUID for mount flags (no MS_(NO)SETUID, etc.). But if in fuse_kern_mount() 652 mo.flags |= MS_NOSUID; in fuse_kern_mount() 682 if (!(mo.flags & MS_NOSUID) && fuse_opt_add_opt(&mnt_opts, "suid") == -1) in fuse_kern_mount()
|
H A D | fusermount.c | 225 {"suid", MS_NOSUID, 0, 0}, 226 {"nosuid", MS_NOSUID, 1, 1}, 342 int flags = MS_NOSUID | MS_NODEV; in do_mount()
|
/third_party/libfuse/lib/ |
H A D | mount.c | 35 #define MS_NOSUID MNT_NOSUID macro 146 {"suid", MS_NOSUID, 0}, 147 {"nosuid", MS_NOSUID, 1}, 594 mo->flags = MS_NOSUID | MS_NODEV; in parse_mount_opts()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 96 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID}, in flag_opts()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/musl/include/sys/ |
H A D | mount.h | 27 #define MS_NOSUID 2 macro
|
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 100 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID}, in flag_opts()
|
/third_party/rust/crates/nix/src/mount/ |
H A D | linux.rs | 11 MS_NOSUID;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 508 const NOSUID = linux_raw_sys::general::MS_NOSUID as u64; 680 /// `MS_NOSUID` 681 const NOSUID = linux_raw_sys::general::MS_NOSUID;
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount03.c | 19 * - MS_NOSUID - ignore suid and sgid bits 185 {FLAG_DESC(MS_NOSUID), test_nosuid},
|
/third_party/selinux/libselinux/src/ |
H A 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/libfuse/util/ |
H A D | fusermount.c | 622 {"suid", MS_NOSUID, 0, 0}, 623 {"nosuid", MS_NOSUID, 1, 1}, 774 int flags = MS_NOSUID | MS_NODEV; in do_mount()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 1158 /// `MS_NOSUID` 1159 const NOSUID = c::MS_NOSUID;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 607 pub const MS_NOSUID: ::c_ulong = 0x02; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 386 pub const MS_NOSUID: u32 = 2; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1543 pub const MS_NOSUID: ::c_ulong = 0x02; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 391 pub const MS_NOSUID: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 391 pub const MS_NOSUID: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 398 pub const MS_NOSUID: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 395 pub const MS_NOSUID: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 398 pub const MS_NOSUID: u32 = 2; consts
|