mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +00:00
Merge branch 'pulls/php-fpm-fix-profile-name' into 'master'
php-fpm: fix profile name in php-worker
This is analogous to 9892a032
. It allows php-fpm to manage the worker threads by allowing the threads to receive signals from php-fpm (rather than the nonexistent profile `/usr/sbin/php-fpm*`).
See merge request apparmor/apparmor!619
Acked-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
# common php files and support files that php needs
|
# common php files and support files that php needs
|
||||||
include <abstractions/php>
|
include <abstractions/php>
|
||||||
|
|
||||||
signal (receive) peer=/usr/sbin/php-fpm*,
|
signal (receive) peer=php-fpm,
|
||||||
|
|
||||||
# This is some php opcaching file
|
# This is some php opcaching file
|
||||||
/tmp/.ZendSem.* rwk,
|
/tmp/.ZendSem.* rwk,
|
||||||
|
Reference in New Issue
Block a user