Hello, I would write a daemon to let an user (probably the server administrator) to get notifies and interactive choices about what to do on the system when PaX logs something dangerous.
For example, i would that user, when probably an attach is occuring, could choose to "ban" the attacher IP/Mac, or to kill the application, or to do nothing, or other.
To be able to catch PaX "signals" i would need some API, because i don't want to work on logs.
Any APIs (and/or documentation) for PaX auditing, also to understand what i could think to do, or is my project achievable?
Excuse me for my inaccurate language but i'm not a native speaker.
Thank you.