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
15
15
- FPM:
16
16
. Fixed bug #76601 (Partially working php-fpm ater incomplete reload).
17
17
(Maksim Nikulin)
18
+ . Fixed bug #78889 (php-fpm service fails to start). (Jakub Zelenka)
18
19
19
20
- OPcache:
20
21
. 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
32
32
# but no physical devices such as /dev/sda.
33
33
PrivateDevices=true
34
34
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
-
42
35
# Explicit module loading will be denied. This allows to turn off module load and unload
43
36
# operations on modular kernels. It is recommended to turn this on for most services that
44
37
# do not need special file systems or extra kernel modules to work.
You can’t perform that action at this time.
0 commit comments