mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
openclaw: soften the hardening
This commit is contained in:
@@ -43,11 +43,11 @@
|
||||
ProtectClock = true;
|
||||
ProtectControlGroups = true;
|
||||
ProtectHostname = true;
|
||||
ProtectProc = "invisible";
|
||||
ProcSubset = "pid";
|
||||
RemoveIPC = true;
|
||||
AmbientCapabilities = ["CAP_NET_RAW"]; # access chromium websockets
|
||||
RestrictSUIDSGID = true;
|
||||
RestrictNamespaces = true;
|
||||
RestrictNamespaces = false; # might be used by websocket library
|
||||
RestrictRealtime = true;
|
||||
LockPersonality = true;
|
||||
UMask = "0077";
|
||||
|
||||
Reference in New Issue
Block a user