1
0
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:
2026-02-17 20:21:24 +01:00
parent c34647a800
commit bfbe2da850

View File

@@ -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";