Default policy reference
The default policy is applied when you create an OpenShell sandbox without--policy. It is baked into the community base image (ghcr.io/nvidia/openshell-community/sandboxes/base) and defined in the community repo’s dev-sandbox-policy.yaml.
Agent compatibility
The default policy is authored for Claude Code. Other agents require additional policy configuration.Default filesystem access
The default policy grants the following filesystem access inside the sandbox:
The
include_workdir: true flag is set by default, so the agent’s current working directory is always included in read-write access.
Default network access
The default policy’s network rules are defined indev-sandbox-policy.yaml in the community repository. The policy covers the endpoints and binaries required by Claude Code, including the Anthropic API and common development tooling.
The full
dev-sandbox-policy.yaml source is maintained in the openshell-community repository. Refer to that repository for the current list of permitted hosts, ports, and binaries.Viewing the active policy
To inspect the policy currently applied to a sandbox:Extending the default policy
Useopenshell policy set to apply a policy file to a running sandbox. Because network_policies is a dynamic section, changes take effect immediately without restarting the sandbox.
Policy schema
Complete field reference for all policy YAML fields.
Support matrix
Supported platforms, prerequisites, and kernel requirements.