Searched refs:MNT_NOEXEC (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/
H A Dmount.h26 #define MNT_NOEXEC 0x04 macro
45 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
/linux-4.1.27/fs/
H A Dstatfs.c22 if (mnt_flags & MNT_NOEXEC) flags_by_mnt()
H A Dproc_namespace.c65 { MNT_NOEXEC, ",noexec" }, show_mnt_opts()
H A Dexec.c135 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) SYSCALL_DEFINE1()
780 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) do_open_execat()
H A Dnamespace.c991 if (mnt->mnt.mnt_flags & MNT_NOEXEC) clone_mnt()
2182 !(mnt_flags & MNT_NOEXEC)) { do_remount()
2684 mnt_flags |= MNT_NOEXEC; do_mount()
H A Dopen.c378 if (path.mnt->mnt_flags & MNT_NOEXEC) SYSCALL_DEFINE3()
/linux-4.1.27/security/
H A Dsecurity.c754 if (!(file->f_path.mnt->mnt_flags & MNT_NOEXEC)) { mmap_prot()
/linux-4.1.27/kernel/
H A Dsys.c1672 exe.file->f_path.mnt->mnt_flags & MNT_NOEXEC) prctl_set_mm_exe_file()
/linux-4.1.27/mm/
H A Dnommu.c1072 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) { validate_mmap_request()
H A Dmmap.c1272 if (!(file && (file->f_path.mnt->mnt_flags & MNT_NOEXEC))) do_mmap_pgoff()
1344 if (file->f_path.mnt->mnt_flags & MNT_NOEXEC) { do_mmap_pgoff()

Completed in 688 milliseconds