Patch php-fpm.service.in.patch for FPM related Bug #78889
Patch version 2019-11-29 21:30 UTC
Return to Bug #78889 |
Download this patch
Patch Revisions:
Developer: glitsj16@riseup.net
--- a/php-7.4.0/sapi/fpm/php-fpm.service.in
+++ b/php-7.4.0/sapi/fpm/php-fpm.service.in
@@ -33,7 +33,7 @@
PrivateDevices=true
# Required for dropping privileges and running as a different user
-CapabilityBoundingSet=CAP_SETGID CAP_SETUID
+CapabilityBoundingSet=CAP_CHOWN CAP_SETGID CAP_SETUID
# Attempts to create memory mappings that are writable and executable at the same time,
# or to change existing memory mappings to become executable are prohibited.
|