From: Christoph Lameter Date: Wed, 3 Jun 2009 20:04:31 +0000 (-0400) Subject: security: use mmap_min_addr indepedently of security models X-Git-Tag: v2.6.31-rc1~395^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a94c2a63f2644826069044649669b5e7ca75d3;p=pandora-kernel.git security: use mmap_min_addr indepedently of security models This patch removes the dependency of mmap_min_addr on CONFIG_SECURITY. It also sets a default mmap_min_addr of 4096. mmapping of addresses below 4096 will only be possible for processes with CAP_SYS_RAWIO. Signed-off-by: Christoph Lameter Acked-by: Eric Paris Looks-ok-by: Linus Torvalds Signed-off-by: James Morris --- Reading git-diff-tree failed