]> git.baikalelectronics.ru Git - kernel.git/commit
ecryptfs: don't allow mmap when the lower fs doesn't support it
authorJeff Mahoney <jeffm@suse.com>
Tue, 5 Jul 2016 21:32:30 +0000 (17:32 -0400)
committerTyler Hicks <tyhicks@canonical.com>
Fri, 8 Jul 2016 15:35:28 +0000 (10:35 -0500)
commit7b21242a57697bdbe2513e58b4253c6bed4e299b
treef9556752b553050c87aef3172147f94e242778a9
parentf86c1323df279b522389a67e25fa6b35d441cf59
ecryptfs: don't allow mmap when the lower fs doesn't support it

There are legitimate reasons to disallow mmap on certain files, notably
in sysfs or procfs.  We shouldn't emulate mmap support on file systems
that don't offer support natively.

CVE-2016-1583

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Cc: stable@vger.kernel.org
[tyhicks: clean up f_op check by using ecryptfs_file_to_lower()]
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
fs/ecryptfs/file.c