commit | 3bbfe0596746e1590888a6e1e6a07583265238b7 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Fri Oct 10 03:27:16 2008 +0400 |
committer | Alexey Dobriyan <adobriyan@gmail.com> | Fri Oct 10 04:24:51 2008 +0400 |
tree | 057d3d2aa8cb68eff8c944378e86ba120eff9cf4 | |
parent | 45acb8db06bad529f0feaf89465ce33152640089 [diff] |
proc: remove kernel.maps_protect After commit 831830b5a2b5d413407adf380ef62fe17d6fcbf2 aka "restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace" sysctl stopped being relevant because commit moved security checks from ->show time to ->start time (mm_for_maps()). Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Acked-by: Kees Cook <kees.cook@canonical.com>