Files
codex/codex-rs/core/src
Michael Bolin e203f2e022 core: stop threading SandboxPolicy through exec
Replace the exec-side legacy SandboxPolicy plumbing with PermissionProfile-based Windows sandbox override resolution.

The runtime still needs a legacy SandboxPolicy projection for a few compatibility surfaces and for Windows override baseline comparisons, but that projection is now derived from a single PermissionProfile instead of accepting separately materialized FileSystemSandboxPolicy and NetworkSandboxPolicy inputs. This avoids mismatched permission arguments while keeping the migration scoped to the existing compatibility boundary.

Validation:
- just test -p codex-sandboxing
- just test -p codex-core windows_restricted_token
2026-06-02 09:20:32 -07:00
..
2026-06-02 14:48:04 +02:00