Home
last modified time | relevance | path

Searched refs:MS_NOSUID (Results 1 - 25 of 33) sorted by relevance

12

/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c199 {"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 Dfusermount.c225 {"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 Dmount.c35 #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 Dmount.c96 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID}, in flag_opts()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h27 #define MS_NOSUID 2 macro
/third_party/musl/include/sys/
H A Dmount.h27 #define MS_NOSUID 2 macro
/third_party/toybox/toys/lsb/
H A Dmount.c100 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID}, in flag_opts()
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs11 MS_NOSUID;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs508 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 Dmount03.c19 * - MS_NOSUID - ignore suid and sgid bits
185 {FLAG_DESC(MS_NOSUID), test_nosuid},
/third_party/selinux/libselinux/src/
H A Dload_policy.c283 if (mount(SELINUXFS, SELINUXMNT, SELINUXFS, MS_NOEXEC | MS_NOSUID, 0) == 0 || errno == EBUSY) { in selinux_init_load_policy()
/third_party/libfuse/util/
H A Dfusermount.c622 {"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 Dtypes.rs1158 /// `MS_NOSUID`
1159 const NOSUID = c::MS_NOSUID;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs607 pub const MS_NOSUID: ::c_ulong = 0x02; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs386 pub const MS_NOSUID: u32 = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1543 pub const MS_NOSUID: ::c_ulong = 0x02; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs391 pub const MS_NOSUID: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs391 pub const MS_NOSUID: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs398 pub const MS_NOSUID: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs395 pub const MS_NOSUID: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs398 pub const MS_NOSUID: u32 = 2; consts

Completed in 105 milliseconds

12