Load sandbox policy YAML. Resolution order: `--policy` flag > `OPENSHELL_SANDBOX_POLICY` env var. Returns `None` when no policy source is configured, allowing the server to apply its own default.
(cli_path: Option<&str>)
| 2558 | /// Returns `None` when no policy source is configured, allowing the server |
| 2559 | /// to apply its own default. |
| 2560 | fn load_sandbox_policy(cli_path: Option<&str>) -> Result<Option<SandboxPolicy>> { |
| 2561 | openshell_policy::load_sandbox_policy(cli_path) |
| 2562 | } |
| 2563 | |
| 2564 | /// Sync files to or from a sandbox. |
| 2565 | /// |
no outgoing calls
no test coverage detected