mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-16 02:06:17 +01:00
remove NoNewPrivileges from systemd agent service
configuration (#1203) Prevents service from running `intel_gpu_top`
This commit is contained in:
@@ -15,8 +15,6 @@ StateDirectory=beszel-agent
|
||||
# Security/sandboxing settings
|
||||
KeyringMode=private
|
||||
LockPersonality=yes
|
||||
NoNewPrivileges=yes
|
||||
PrivateTmp=yes
|
||||
ProtectClock=yes
|
||||
ProtectHome=read-only
|
||||
ProtectHostname=yes
|
||||
@@ -24,7 +22,6 @@ ProtectKernelLogs=yes
|
||||
ProtectSystem=strict
|
||||
RemoveIPC=yes
|
||||
RestrictSUIDSGID=true
|
||||
SystemCallArchitectures=native
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@@ -920,7 +920,6 @@ StateDirectory=beszel-agent
|
||||
# Security/sandboxing settings
|
||||
KeyringMode=private
|
||||
LockPersonality=yes
|
||||
NoNewPrivileges=yes
|
||||
ProtectClock=yes
|
||||
ProtectHome=read-only
|
||||
ProtectHostname=yes
|
||||
|
||||
Reference in New Issue
Block a user