Loosen systemd memory security setting to allow Healthchecks ping.
This commit is contained in:
parent
e428329c03
commit
32a93ce8a2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Type=oneshot
|
||||||
# For more details about this settings check the systemd manuals
|
# For more details about this settings check the systemd manuals
|
||||||
# https://www.freedesktop.org/software/systemd/man/systemd.exec.html
|
# https://www.freedesktop.org/software/systemd/man/systemd.exec.html
|
||||||
LockPersonality=true
|
LockPersonality=true
|
||||||
MemoryDenyWriteExecute=yes
|
MemoryDenyWriteExecute=no
|
||||||
NoNewPrivileges=yes
|
NoNewPrivileges=yes
|
||||||
PrivateDevices=yes
|
PrivateDevices=yes
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
|
|
Loading…
Reference in a new issue