Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "ecryptfs: forbid opening files without mmap handler"
This reverts commit 2f36db7. It fixed a local root exploit but also introduced a dependency on the lower file system implementing an mmap operation just to open a file, which is a bit of a heavy hammer. The right fix is to have mmap depend on the existence of the mmap handler instead. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Cc: stable@vger.kernel.org Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
- Loading branch information