Files
codex/codex-rs/mxc-sandbox/BUILD.bazel
iceweasel-oai 60888d0868 Add a native Windows MXC sandbox adapter (#42841)
## What changed

- Add `codex-mxc-sandbox` with native MXC availability detection and a launcher that inherits standard I/O and waits for the sandboxed process.
- Reject unsupported learning-mode and fallback policies, and verify deny-path support before launch.
- Route the existing Windows MXC availability metric through the new crate and move its Windows linking dependencies alongside the adapter.

GitOrigin-RevId: e2a220b85718e00b0e710c30bbe66b6c56958176
2026-09-04 20:09:04 +00:00

7 lines
125 B
Python

load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "mxc-sandbox",
crate_name = "codex_mxc_sandbox",
)