Add local network toggle for workspace-write sandbox

This commit is contained in:
Dylan Hurd
2026-01-20 00:17:15 -08:00
parent 8a73f26285
commit 3bf785b47d
32 changed files with 118 additions and 9 deletions

View File

@@ -110,6 +110,7 @@ where
// when the sandbox policy is expanded.
writable_roots: vec![],
network_access: false,
local_network: false,
// Disable writes to temp dir because this is a test, so
// writable_folder is likely also under /tmp and we want to be
// strict about what is writable.