Skip to content

Commit

Permalink
Fix bug #78889 (php-fpm service fails to start)
Browse files Browse the repository at this point in the history
  • Loading branch information
bukka committed Dec 1, 2019
1 parent 246b9db commit 67cd427
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ PHP NEWS
- FPM:
. Fixed bug #76601 (Partially working php-fpm ater incomplete reload).
(Maksim Nikulin)
. Fixed bug #78889 (php-fpm service fails to start). (Jakub Zelenka)

- OPcache:
. Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).
Expand Down
7 changes: 0 additions & 7 deletions sapi/fpm/php-fpm.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ NoNewPrivileges=true
# but no physical devices such as /dev/sda.
PrivateDevices=true

# Required for dropping privileges and running as a different user
CapabilityBoundingSet=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.
MemoryDenyWriteExecute=true

# Explicit module loading will be denied. This allows to turn off module load and unload
# operations on modular kernels. It is recommended to turn this on for most services that
# do not need special file systems or extra kernel modules to work.
Expand Down

0 comments on commit 67cd427

Please sign in to comment.