May 15 10:08:19 f0 kernel: grsec: From 192.168.1.10: signal 11 sent to (colortail:19762) UID(0) EUID(0), parent (bash:2648) UID(0) EUID(0)
I've tried to disable grsecurity protections for this binary whit no luck:
- Code: Select all
f0 root # chpax -v /usr/bin/colortail
/usr/bin/colortail: paging based PAGE_EXEC is disabled, trampolines are not emulated, mprotect() is not restricted, mmap() base is not randomized, ET_EXEC base is not randomized, segmentation based PAGE_EXEC is disabled
It still segfaults when I run it. Any ideas on how to solve it?
Thanks!