Home
last modified time | relevance | path

Searched refs:MS_NOSUID (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Dmount_flags.h13 #if defined(MS_NOSUID) || (defined(HAVE_DECL_MS_NOSUID) && HAVE_DECL_MS_NOSUID)
15 static_assert((MS_NOSUID) == (2), "MS_NOSUID != 2");
18 # define MS_NOSUID 2
228 XLAT(MS_NOSUID),
Dmount_flags.in2 MS_NOSUID 2
/external/syzkaller/sys/linux/
Dfilesystem_arm.const15 MS_NOSUID = 2
Dfilesystem_arm64.const15 MS_NOSUID = 2
Dfilesystem_amd64.const15 MS_NOSUID = 2
Dfilesystem_ppc64le.const15 MS_NOSUID = 2
Dfilesystem_386.const15 MS_NOSUID = 2
Dfilesystem.txt574 …, MS_MANDLOCK, MS_MOVE, MS_NOATIME, MS_NODEV, MS_NODIRATIME, MS_NOEXEC, MS_NOSUID, MS_RDONLY, MS_R…
/external/kernel-headers/original/uapi/linux/
Dmount.h12 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c135 mnt_flags |= MS_NOSUID; in read_mnt_flags()
327 if (!test_unpriv_remount_simple(MS_NOSUID)) { in main()
/external/toybox/toys/lsb/
Dmount.c100 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID},
/external/linux-kselftest/tools/testing/selftests/filesystems/
Ddevpts_pts.c210 ret = mount("devpts", mntpoint, "devpts", MS_NOSUID | MS_NOEXEC, in verify_non_standard_devpts_mount()
/external/ltp/testcases/kernel/syscalls/mount/
Dmount03.c79 MS_NOSUID,
/external/minijail/
Dlibminijail.c91 (MS_NOSUID | MS_NODEV | MS_NOEXEC | MS_NOATIME | MS_NODIRATIME | \
778 flags = MS_NODEV | MS_NOEXEC | MS_NOSUID; in minijail_mount_with_data()
1397 MS_NOEXEC | MS_NOSUID, "size=5M,mode=755"); in mount_dev()
1664 return mount("none", "/tmp", "tmpfs", MS_NODEV | MS_NOEXEC | MS_NOSUID, in mount_tmp()
1671 const unsigned int kSafeFlags = MS_NODEV | MS_NOEXEC | MS_NOSUID; in remount_proc_readonly()
/external/selinux/sandbox/
Dseunshare.c264 flags = flags | MS_NODEV | MS_NOSUID | MS_NOEXEC; in seunshare_mount()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go826 MS_NOSUID = 0x2 const
Dzerrors_linux_mipsle.go1023 MS_NOSUID = 0x2 const
Dzerrors_linux_s390x.go1022 MS_NOSUID = 0x2 const
Dzerrors_linux_arm.go1022 MS_NOSUID = 0x2 const
Dzerrors_linux_ppc64le.go1022 MS_NOSUID = 0x2 const
Dzerrors_linux_mips64.go1023 MS_NOSUID = 0x2 const
Dzerrors_linux_ppc64.go1022 MS_NOSUID = 0x2 const
Dzerrors_linux_amd64.go1024 MS_NOSUID = 0x2 const
Dzerrors_linux_mips64le.go1023 MS_NOSUID = 0x2 const
/external/u-boot/fs/ubifs/
Dubifs.h476 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro

12