Searched refs:MS_NOSUID (Results 1 – 25 of 29) sorted by relevance
12
/external/strace/xlat/ |
D | mount_flags.h | 13 #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),
|
D | mount_flags.in | 2 MS_NOSUID 2
|
/external/syzkaller/sys/linux/ |
D | filesystem_arm.const | 15 MS_NOSUID = 2
|
D | filesystem_arm64.const | 15 MS_NOSUID = 2
|
D | filesystem_amd64.const | 15 MS_NOSUID = 2
|
D | filesystem_ppc64le.const | 15 MS_NOSUID = 2
|
D | filesystem_386.const | 15 MS_NOSUID = 2
|
D | filesystem.txt | 574 …, MS_MANDLOCK, MS_MOVE, MS_NOATIME, MS_NODEV, MS_NODIRATIME, MS_NOEXEC, MS_NOSUID, MS_RDONLY, MS_R…
|
/external/kernel-headers/original/uapi/linux/ |
D | mount.h | 12 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 135 mnt_flags |= MS_NOSUID; in read_mnt_flags() 327 if (!test_unpriv_remount_simple(MS_NOSUID)) { in main()
|
/external/toybox/toys/lsb/ |
D | mount.c | 100 {"nosuid", MS_NOSUID}, {"suid", ~MS_NOSUID},
|
/external/linux-kselftest/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 210 ret = mount("devpts", mntpoint, "devpts", MS_NOSUID | MS_NOEXEC, in verify_non_standard_devpts_mount()
|
/external/ltp/testcases/kernel/syscalls/mount/ |
D | mount03.c | 79 MS_NOSUID,
|
/external/minijail/ |
D | libminijail.c | 91 (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/ |
D | seunshare.c | 264 flags = flags | MS_NODEV | MS_NOSUID | MS_NOEXEC; in seunshare_mount()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 826 MS_NOSUID = 0x2 const
|
D | zerrors_linux_mipsle.go | 1023 MS_NOSUID = 0x2 const
|
D | zerrors_linux_s390x.go | 1022 MS_NOSUID = 0x2 const
|
D | zerrors_linux_arm.go | 1022 MS_NOSUID = 0x2 const
|
D | zerrors_linux_ppc64le.go | 1022 MS_NOSUID = 0x2 const
|
D | zerrors_linux_mips64.go | 1023 MS_NOSUID = 0x2 const
|
D | zerrors_linux_ppc64.go | 1022 MS_NOSUID = 0x2 const
|
D | zerrors_linux_amd64.go | 1024 MS_NOSUID = 0x2 const
|
D | zerrors_linux_mips64le.go | 1023 MS_NOSUID = 0x2 const
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 476 #define MS_NOSUID 2 /* Ignore suid and sgid bits */ macro
|
12