Home
last modified time | relevance | path

Searched refs:MS_NOEXEC (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/xlat/
Dmount_flags.h27 #if defined(MS_NOEXEC) || (defined(HAVE_DECL_MS_NOEXEC) && HAVE_DECL_MS_NOEXEC)
29 static_assert((MS_NOEXEC) == (8), "MS_NOEXEC != 8");
32 # define MS_NOEXEC 8
230 XLAT(MS_NOEXEC),
Dmount_flags.in4 MS_NOEXEC 8
/external/syzkaller/sys/linux/
Dfilesystem_386.const14 MS_NOEXEC = 8
Dfilesystem_arm64.const14 MS_NOEXEC = 8
Dfilesystem_amd64.const14 MS_NOEXEC = 8
Dfilesystem_ppc64le.const14 MS_NOEXEC = 8
Dfilesystem_arm.const14 MS_NOEXEC = 8
Dfilesystem.txt574 … MS_DIRSYNC, MS_MANDLOCK, MS_MOVE, MS_NOATIME, MS_NODEV, MS_NODIRATIME, MS_NOEXEC, MS_NOSUID, MS_R…
/external/kernel-headers/original/uapi/linux/
Dmount.h14 #define MS_NOEXEC 8 /* Disallow program execution */ macro
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c139 mnt_flags |= MS_NOEXEC; in read_mnt_flags()
330 if (!test_unpriv_remount_simple(MS_NOEXEC)) { in main()
/external/toybox/toys/lsb/
Dmount.c102 {"noexec", MS_NOEXEC}, {"exec", ~MS_NOEXEC},
/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.c76 MS_NOEXEC,
/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.go825 MS_NOEXEC = 0x8 const
Dzerrors_linux_mips64le.go1020 MS_NOEXEC = 0x8 const
Dzerrors_linux_ppc64.go1019 MS_NOEXEC = 0x8 const
Dzerrors_linux_arm.go1019 MS_NOEXEC = 0x8 const
Dzerrors_linux_mips64.go1020 MS_NOEXEC = 0x8 const
Dzerrors_linux_ppc64le.go1019 MS_NOEXEC = 0x8 const
Dzerrors_linux_arm64.go1022 MS_NOEXEC = 0x8 const
Dzerrors_linux_386.go1021 MS_NOEXEC = 0x8 const
Dzerrors_linux_mips.go1020 MS_NOEXEC = 0x8 const
/external/u-boot/fs/ubifs/
Dubifs.h478 #define MS_NOEXEC 8 /* Disallow program execution */ macro

12