Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 732 Bytes

File metadata and controls

16 lines (11 loc) · 732 Bytes

Sandboxing

  • Optional Docker-based isolation for tool execution; Gateway stays on host.
  • Modes: off | non-main | all.
  • Scope: session | agent | shared (containers).
  • workspaceAccess: none | ro | rw (sandbox workspace vs agent workspace).
  • Default image: openclaw-sandbox:bookworm-slim; build with scripts/sandbox-setup.sh.

See: Sandboxing

Tool policy

  • tools.allow / tools.deny; per-agent agents.list[].tools; sandbox tool policy (tools.sandbox.tools). Deny wins.
  • Elevated exec runs on host and bypasses sandbox.

See: Sandbox vs Tool Policy vs Elevated