Eugene Teo 8454aeef6f [PATCH] Require mmap handler for a.out executables
Files supported by fs/proc/base.c, i.e.  /proc/<pid>/*, are not capable of
meeting the validity checks in ELF load_elf_*() handling because they have
no mmap handler which is required by ELF.  In order to stop a.out
executables being used as part of an exploit attack against /proc-related
vulnerabilities, we make a.out executables depend on ->mmap() existing.

Signed-off-by: Eugene Teo <eteo@redhat.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-09-29 09:18:08 -07:00
..
2006-09-27 08:26:19 -07:00
2006-09-27 08:26:20 -07:00
2006-09-22 23:24:30 -04:00
2006-09-27 08:26:20 -07:00
2006-09-27 08:26:19 -07:00
2006-08-21 10:02:50 +02:00
2006-08-14 13:10:59 -07:00