From: Alexey Dobriyan Date: Thu, 9 Oct 2008 23:27:16 +0000 (+0400) Subject: proc: remove kernel.maps_protect X-Git-Tag: v2.6.28-rc1~608^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bbfe0596746e1590888a6e1e6a07583265238b7;p=pandora-kernel.git proc: remove kernel.maps_protect After commit 831830b5a2b5d413407adf380ef62fe17d6fcbf2 aka "restrict reading from /proc//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 Acked-by: Kees Cook --- Reading git-diff-tree failed