> and if grsec is killing processes you actually want to run, you can look
> at the logs, see what protection is being triggered, and can use
> paxctl/paxctld to disable it just for that executable or library.
I tried, but I dd not learn anything useful. Here, for example, is a
sniplet of my syslog (sorry for broken long lines)
May 21 22:21:15 localhost kernel: [ 717.509203] PAX: execution attempt
in: <anonymous mapping>, 715894beb000-715894e5b000 715894beb000
May 21 22:21:15 localhost kernel: [ 717.509216] PAX: terminating task:
/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java(java):5500, uid/euid:
0/0, PC: 0000715894beb060, SP: 000071589f156488
May 21 22:21:15 localhost kernel: [ 717.509222] PAX: bytes at PC:
85 f6 0f 84 11 00 00 00 0f ae f0 0f ae 3f 48 83 c7 40 ff ce
May 21 22:21:15 localhost kernel: [ 717.509239] PAX: bytes at SP-8:
000071589f1564c0 000071589daf685b 000071589f156530 000071589f156530
000071589f1564c0 000071589de1a558 000071589f156a40 000071589f156a40
000071589f156a20 000071589dee2f37 000071589f156b40
how do you read off the protection that was being triggered in this ??
Bernhard