test(codex): match sandbox exec-server yolo policy · openclaw/openclaw@783290f
steipete
·
2026-05-24
·
via Recent Commits to openclaw:main
File tree
extensions/codex/src/app-server
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1236,7 +1236,10 @@ describe("runCodexAppServerAttempt", () => {
|
1236 | 1236 | }); |
1237 | 1237 | |
1238 | 1238 | it("routes native Codex execution through an OpenClaw sandbox exec-server when opted in", async () => { |
1239 | | -const appServer = createThreadLifecycleAppServerOptions(); |
| 1239 | +const appServer = { |
| 1240 | + ...createThreadLifecycleAppServerOptions(), |
| 1241 | +sandbox: "danger-full-access" as const, |
| 1242 | +}; |
1240 | 1243 | const sandbox = { |
1241 | 1244 | ...createSandboxContext({ |
1242 | 1245 | runShellCommand: async () => ({ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。