MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / _default_spec

Function _default_spec

python/openshell/sandbox.py:819–825  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

817
818
819def _default_spec() -> openshell_pb2.SandboxSpec:
820 # Omit the policy field so the sandbox container discovers its policy
821 # from /etc/openshell/policy.yaml (baked into the image at build time).
822 # This avoids duplicating policy defaults between the SDK and the
823 # container image and ensures sandboxes get the full dev-sandbox-policy
824 # (including network_policies) out of the box.
825 return openshell_pb2.SandboxSpec()
826
827
828def _xdg_config_home() -> pathlib.Path:

Callers 1

createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected