mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 09:49:28 +08:00
systemd: remove ProtectKernelTunables=yes (#176)
https://github.com/henrygd/beszel/issues/176#issuecomment-2691192334
This commit is contained in:
@@ -21,7 +21,6 @@ ProtectClock=yes
|
|||||||
ProtectHome=read-only
|
ProtectHome=read-only
|
||||||
ProtectHostname=yes
|
ProtectHostname=yes
|
||||||
ProtectKernelLogs=yes
|
ProtectKernelLogs=yes
|
||||||
ProtectKernelTunables=yes
|
|
||||||
ProtectSystem=strict
|
ProtectSystem=strict
|
||||||
RemoveIPC=yes
|
RemoveIPC=yes
|
||||||
RestrictSUIDSGID=true
|
RestrictSUIDSGID=true
|
||||||
|
@@ -483,7 +483,6 @@ ProtectClock=yes
|
|||||||
ProtectHome=read-only
|
ProtectHome=read-only
|
||||||
ProtectHostname=yes
|
ProtectHostname=yes
|
||||||
ProtectKernelLogs=yes
|
ProtectKernelLogs=yes
|
||||||
ProtectKernelTunables=yes
|
|
||||||
ProtectSystem=strict
|
ProtectSystem=strict
|
||||||
RemoveIPC=yes
|
RemoveIPC=yes
|
||||||
RestrictSUIDSGID=true
|
RestrictSUIDSGID=true
|
||||||
|
Reference in New Issue
Block a user