Closed
Description
I get the following output to stderr from the php container.
api-php | [21-Sep-2017 21:49:18] WARNING: [pool www] child 13, script '/srv/www/public/index.php' (request: "GET /something") executing too slow (25.593270 sec), logging
api-php | [21-Sep-2017 21:49:18] NOTICE: child 13 stopped for tracing
api-php | [21-Sep-2017 21:49:18] NOTICE: about to trace 13
api-php | [21-Sep-2017 21:49:18] ERROR: failed to open /proc/13/mem: Permission denied (13)
api-php | [21-Sep-2017 21:49:18] NOTICE: finished trace of 13
root@f161350c4858:/srv/www# id
uid=0(root) gid=0(root) groups=0(root)
root@f161350c4858:/srv/www# id www-data
uid=33(www-data) gid=33(www-data) groups=33(www-data)
root@f161350c4858:/srv/www# ls -lash /proc/13/mem
0 -rw------- 1 www-data www-data 0 Sep 21 21:49 /proc/13/mem
root@f161350c4858:/srv/www# cat /proc/13/mem
cat: /proc/13/mem: Permission denied
Now, the slowlog would be a PHP-FPM running as root
. However, it's my understanding that /proc
is a special kernel access dir and does not conform to standard permissions, instead obeying the UID/GID values to determine process authorization for accessing memory space. This is obviously for security purposes.
I'm not really sure what the solution here is. Maybe this is even a PHP-FPM design flaw?
Metadata
Metadata
Assignees
Labels
No labels