mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
core: add stdin-backed sandboxed fs writes
This commit is contained in:
@@ -171,6 +171,7 @@ async fn run_command_under_sandbox(
|
||||
&cwd_clone,
|
||||
env_map,
|
||||
None,
|
||||
None,
|
||||
config.permissions.windows_sandbox_private_desktop,
|
||||
)
|
||||
} else {
|
||||
@@ -182,6 +183,7 @@ async fn run_command_under_sandbox(
|
||||
&cwd_clone,
|
||||
env_map,
|
||||
None,
|
||||
None,
|
||||
config.permissions.windows_sandbox_private_desktop,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user