Capabilities: move cap_file_mmap to commoncap.c
authorEric Paris <eparis@redhat.com>
Fri, 31 Jul 2009 16:53:58 +0000 (12:53 -0400)
committerJames Morris <jmorris@namei.org>
Mon, 17 Aug 2009 05:08:35 +0000 (15:08 +1000)
Currently we duplicate the mmap_min_addr test in cap_file_mmap and in
security_file_mmap if !CONFIG_SECURITY.  This patch moves cap_file_mmap
into commoncap.c and then calls that function directly from
security_file_mmap ifndef CONFIG_SECURITY like all of the other capability
checks are done.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found