## Summary This PR introduces a gated Bubblewrap (bwrap) Linux sandbox path. The curent Linux sandbox path relies on in-process restrictions (including Landlock). Bubblewrap gives us a more uniform filesystem isolation model, especially explicit writable roots with the option to make some directories read-only and granular network controls. This is behind a feature flag so we can validate behavior safely before making it the default. - Added temporary rollout flag: - `features.use_linux_sandbox_bwrap` - Preserved existing default path when the flag is off. - In Bubblewrap mode: - Added internal retry without /proc when /proc mount is not permitted by the host/container. |
||
|---|---|---|
| .. | ||
| approval_mode_cli_arg.rs | ||
| approval_presets.rs | ||
| config_override.rs | ||
| config_summary.rs | ||
| elapsed.rs | ||
| format_env_display.rs | ||
| fuzzy_match.rs | ||
| lib.rs | ||
| oss.rs | ||
| sandbox_mode_cli_arg.rs | ||
| sandbox_summary.rs | ||