K 10 svn:author V 7 dchagin K 8 svn:date V 27 2016-07-10T08:15:50.885108Z K 7 svn:log V 300 Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag. In Linux if this flag is set, PROT_READ implies PROT_EXEC for mmap(). Linux/i386 set this flag automatically if the binary requires executable stack. READ_IMPLIES_EXEC flag will be used in the next Linux mmap() commit. END