I have a long time problem in my logs (I have always had this problem, even with PHP5).
This message keeps showing in my kernel logs and in local terminal :
grsec: denied RWX mmap of <anonymous mapping> by /usr/sbin/php-fpm7.0[php-fpm7.0:30489] uid/euid:1015/1015 gid/egid:33/33, parent /usr/sbin/php-fpm7.0[php-fpm7.0:30476] uid/euid:0/0 gid/egid:0/0
Everything is working perfectly, PHP-FPM never crashes or never block any app.
I haven't applied any specific paxctl flags on the executable.
Any idea how to get rid of this?
My system :
- Debian 8 x64
- Kernel 4.6.4 (https://abyssproject.net/debian-grsecurity-kernels/)
- PHP 7.0.8-1~dotdeb+8.1
Thanks in advance.
BR,
Nicolas