Here's what happens when I try to run it:
- Code: Select all
plan9 root # /lib/ld-linux.so.2
Killed
And here's the output of paxctl as proof that I've deactivated all the PaX restrictions.
- Code: Select all
- PaX flags: -p-s-m-xE--r [/lib/ld-linux.so.2]
PAGEEXEC is disabled
SEGMEXEC is disabled
MPROTECT is disabled
RANDEXEC is disabled
EMUTRAMP is enabled
RANDMMAP is disabled
Also, I tried changing the execstack setting, but this has not had any effect:
- Code: Select all
bash-2.05b$ execstack -q /lib/ld-linux.so.2
X /lib/ld-linux.so.2
Why is grsec killing ld-2.3.4.so?