I am build my kernel with Grsec, and open the softmode option,
when I boot this kernel I added "pax_softmode=1"
after system up, I found there are only 2 file in /proc/sys/kernel/pax:
aslr
softmode
I think "aslr" is abbreviation of "Address Space Layout Randomization"
but I want to control "Non-executable pages" options, there are no this in /proc/sys/kernel/pax
How to do?
thank you