core-agent-ide/codex-rs/exec-server/src
viyatb-oai ae4de43ccc
feat(linux-sandbox): add bwrap support (#9938)
## 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.
2026-02-04 11:13:17 -08:00
..
bin chore: refactor exec-server to prepare it for standalone MCP use (#6944) 2025-11-19 16:38:14 -08:00
posix feat(linux-sandbox): add bwrap support (#9938) 2026-02-04 11:13:17 -08:00
lib.rs fix: add integration tests for codex-exec-mcp-server with execpolicy (#7617) 2025-12-07 06:39:38 +00:00
posix.rs Wire up cloud reqs in exec, app-server (#10241) 2026-01-30 23:53:41 +00:00