HardenedBSD / secadm-rules

10 stars 7 forks source link

MPROTECT preventing rrdtool of working properly #3

Open daniloegea opened 9 years ago

daniloegea commented 9 years ago

[160] [PAX MPROTECT] prevented to introduce new RWX page... [160] -> p_comm: rrdtool pid: 63940 ppid: 225 p_pax: 0x296<NOPAGEEXEC,MPROTECT,SEGVGUARD,NOASLR,NOSHLIBRANDOM>

After disable mprotect it works fine.

lattera commented 9 years ago

Usually, if HardenedBSD spits out those error messages, yet the application doesn't crash, the application works fine. On my OPNSense appliance, which is using rrdtool, I don't have mprotect restrictions disabled, and it works fine. Do the graphs not display properly for you if mprotect is left enabled?

opntr commented 9 years ago

This behavior will change in the near future. ;)