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