fix: flaky landlock (#10689)

https://openai.slack.com/archives/C095U48JNL9/p1770243347893959
This commit is contained in:
jif-oai
2026-02-05 10:30:18 +00:00
committed by GitHub
parent 7b28b350e1
commit c67120f4a0
3 changed files with 98 additions and 6 deletions

View File

@@ -529,6 +529,7 @@ fn create_config_toml(codex_home: &Path, server_uri: &str) -> std::io::Result<()
r#"
model = "mock-model"
approval_policy = "untrusted"
sandbox_mode = "danger-full-access"
model_provider = "mock_provider"