Hi,
my kernel is patched with grsecurity-1.9.7a-2.4.29, the more important actived options are:
Buffer Overflow Protection:
-> Enforce non-executable pages
-> Segmentation based non-executable pages
-> Restrict mprotect()
-> Addres Space Layout Randomization
-> Randomize user stack base
-> Randomize mmap() base
-> Deny access to /dev/mem
Filesystem Protection
-> Proc restriction
-> Linking restriction
-> FIFO restriction
-> Chroot jail restrictions
-> Capability restrictions within chroot
When I try to compile an ada program using gnat-3.13p it says:
gnatmake demo1.adb
gcc -c demo1.adb
gcc: Internal compiler error: program gnat1 got fatal signal 9
gnatmake: "demo1.adb" compilation error
It's impossible to compile, i have tried to do it with root and with a normal user.
Any ideas?
I have searched for chpax to see if I can do something with that, but the web is down and I don't know where to get it. Do you know any other place where I can find it different form http://pageexec.virtualave.net/?
Thank you.