The bwrap sandbox (used by both read-only and workspace-write modes)
blocks loopback networking, which prevents git commands from working
in CI review jobs. Codex agents reviewing large diffs fail with
"bwrap: loopback: Failed RTM_NEWADDR: Operation not permitted",
making reviews report that the diff was inaccessible.
Switch to --sandbox danger-full-access, which bypasses bwrap entirely.
roborev runs in trusted environments where the code is the operator's
own, so sandbox enforcement is unnecessary.
Also updates review_guidelines to document the rationale so security
reviewers don't flag it as a vulnerability.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
--sandbox read-onlyto--sandbox danger-full-accessto fix CI reviews failing on large diffsread-onlyandworkspace-writemodes) blocks loopback networking, causing git commands to fail withbwrap: loopback: Failed RTM_NEWADDR: Operation not permitted— this makes Codex unable to inspect diffs, so reviews report the code is inaccessibleworkspace-writehas the same bwrap loopback bug (openai/codex#15496), sodanger-full-accessis the only working optionreview_guidelinesto document the rationale so security reviewers don't flag itscripts/changelog.shto match🤖 Generated with Claude Code