K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-10-06T17:14:39.477516Z K 7 svn:log V 296 In rtld's map_object(), use pread(..., 0) rather than read() to read the ELF header from the front of the file. As all other I/O on the binary is done using mmap(), this avoids the need for seek privileges on the file descriptor during run-time linking. MFC after: 1 month Sponsored by: Google END