K 10 svn:author V 5 guido K 8 svn:date V 27 2004-03-18T20:58:51.000000Z K 7 svn:log V 303 When mmap-ing a file from a noexec mount, be sure not to grant the right to mmap it PROT_EXEC. This also depends on the architecture, as some architextures (e.g. i386) do not distinguish between read and exec pages Inspired by: http://linux.bkbits.net:8080/linux-2.4/cset@1.1267.1.85 Reviewed by: alc END