docs(docker): align sandbox allowlist

This commit is contained in:
Peter Steinberger
2026-01-06 18:25:00 +01:00
parent 8d9b2208d5
commit ee085ffd65

View File

@@ -124,7 +124,7 @@ container. The gateway stays on your host, but the tool execution is isolated:
extraHosts: ["internal.service:10.0.0.5"]
},
tools: {
allow: ["bash", "process", "read", "write", "edit"],
allow: ["bash", "process", "read", "write", "edit", "sessions_list", "sessions_history", "sessions_send", "sessions_spawn"],
deny: ["browser", "canvas", "nodes", "cron", "discord", "gateway"]
},
prune: {