Skip to content

Commit 67cd427

Browse files
committed
Fix bug #78889 (php-fpm service fails to start)
1 parent 246b9db commit 67cd427

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PHP NEWS
1515
- FPM:
1616
. Fixed bug #76601 (Partially working php-fpm ater incomplete reload).
1717
(Maksim Nikulin)
18+
. Fixed bug #78889 (php-fpm service fails to start). (Jakub Zelenka)
1819

1920
- OPcache:
2021
. Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).

sapi/fpm/php-fpm.service.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ NoNewPrivileges=true
3232
# but no physical devices such as /dev/sda.
3333
PrivateDevices=true
3434

35-
# Required for dropping privileges and running as a different user
36-
CapabilityBoundingSet=CAP_SETGID CAP_SETUID
37-
38-
# Attempts to create memory mappings that are writable and executable at the same time,
39-
# or to change existing memory mappings to become executable are prohibited.
40-
MemoryDenyWriteExecute=true
41-
4235
# Explicit module loading will be denied. This allows to turn off module load and unload
4336
# operations on modular kernels. It is recommended to turn this on for most services that
4437
# do not need special file systems or extra kernel modules to work.

0 commit comments

Comments
 (0)