Hi,
did anyone tested yet if the last grsec patch works fine with 2.6.18.3 kernel?
Raf256 wrote:Hi,
did anyone tested yet if the last grsec patch works fine with 2.6.18.3 kernel?
readelf -e /sbin/init | grep STACK
GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x4
tosh wrote:2.6.18.3 and grsecurity-2.1.9-2.6.18.2-200611100917 - no problems here.
kolargol, I doubt it is PaX problem. Test yourself:
- Code: Select all
readelf -e /sbin/init | grep STACK
this should return something like:
- Code: Select all
GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x4
but if you get RWX in place RW from my output you will have your answer.
PaX deny stack been read, write and executable in programs.
GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x4