mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 02:56:15 +00:00
fix(security): clarify denyCommands exact-match guidance
This commit is contained in:
@@ -330,7 +330,7 @@ export const FIELD_HELP: Record<string, string> = {
|
||||
"gateway.nodes.allowCommands":
|
||||
"Extra node.invoke commands to allow beyond the gateway defaults (array of command strings). Enabling dangerous commands here is a security-sensitive override and is flagged by `openclaw security audit`.",
|
||||
"gateway.nodes.denyCommands":
|
||||
"Commands to block even if present in node claims or default allowlist.",
|
||||
"Node command names to block even if present in node claims or default allowlist (exact command-name matching only, e.g. `system.run`; does not inspect shell text inside that command).",
|
||||
nodeHost:
|
||||
"Node host controls for features exposed from this gateway node to other nodes or clients. Keep defaults unless you intentionally proxy local capabilities across your node network.",
|
||||
"nodeHost.browserProxy":
|
||||
|
||||
Reference in New Issue
Block a user