File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff 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).
Original file line number Diff line number Diff line change @@ -32,13 +32,6 @@ NoNewPrivileges=true
3232# but no physical devices such as /dev/sda.
3333PrivateDevices=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.
You can’t perform that action at this time.
0 commit comments