core: add stdin-backed sandboxed fs writes

This commit is contained in:
Michael Bolin
2026-03-19 09:45:52 -07:00
parent 0a8cdc5890
commit 3e8bed9991
20 changed files with 260 additions and 13 deletions

View File

@@ -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,
)
}