Page 1 of 1

Grsec / RHEL 4

PostPosted: Thu Jun 02, 2005 2:21 am
by dbruemmer
Hello,

With grsec Patch and Kernel 2.6.11 on my RHEL 4 i hat some serios issues, when i try this simple command

find / -exec file {} \; i get a lot of

Signal 11 Programm Terminated

If i do this on RHEL 3 with the same Kernel it works....

Has it to done with the new glibc 2.3.x ? And why the file command works then for example for 3 files and then the next 3 files i get the Signal 11 Error ?

Any Ideas how to solve this Problem ?

Much thx for your answer
Dirk

Re: Grsec / RHEL 4

PostPosted: Thu Jun 02, 2005 7:04 pm
by PaX Team
dbruemmer wrote:Any Ideas how to solve this Problem ?
could you change the PAX_DELTA_MMAP_LEN macro in include/asm-i386/elf.h to 14 please and try again?

PostPosted: Fri Jun 03, 2005 7:00 am
by dbruemmer
sorry the behavior of the Problem doesn't change.