'Full Access' permissions broken -- network calls are still sandboxed
Resolved 💬 11 comments Opened Apr 23, 2026 by agjones Closed May 5, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of Codex CLI is running?
codex-cli 0.124.0
What subscription do you have?
pro
Which model were you using?
gpt-5.5
What platform is your computer?
Darwin 24.6.0 arm64 arm
What terminal emulator and version are you using (if applicable)?
Warp v0.2026.04.01.08.39.stable_02
What issue are you seeing?
'Full Access' permissions broken. Network calls are still sandboxed when these permissions are active.
What steps can reproduce the bug?
Uploaded thread: 019dbbe1-acfa-79d1-b0bc-b7a0f1133f34
What is the expected behavior?
Network calls are not sandboxed.
Additional information
_No response_
11 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
note that sessions started with --yolo do not have this issue. only ones started without and switched in-session to full access do
I can reproduce what @agjones described: starting Codex with
--dangerously-bypass-approvals-and-sandboxworks, but switching an existingsession to Full Access does not give equivalent execution permissions.
Environment:
codex-cli 0.124.06.6.87.2-microsoft-standard-WSL2/mnt/c/Users/user/Work/Local Files/dirnameDocker version 28.1.1, build 4eba377Repro command inside Codex:
Observed behavior:
When the session is using in-session Full Access, the command fails:
permission denied while trying to connect to the Docker daemon socket at
unix:///var/run/docker.sock:Socket/user metadata from the same Codex session:
The process is in the socket’s group (nogroup), so this does not look like ordinary Unix filesystem permission failure. It looks like the command is still being constrained by the sandbox/broker despite Full Access being selected.
Additional signal:
This makes the issue look like Full Access permission state is reflected in the UI/session policy, but not fully applied to the actual exec sandbox used for tool commands. It also appears related to #19217
I can confirm
I can confirm as well. The fix is to run with --yolo for now.
I'm also seeing the same issue with codex CLI
v0.124.0on macOS. Session ID:019dbdab-ec7d-7a00-9945-e0396df51542.Setting
/approvalstoFull Accessdoesn't work,github.comaccess is blocked by the proxy and various filesystem writes are also failing (e.g. ~/Desktop/test.txt is blocked).Same issue here, arrived with
v0.124.0,Ubuntu 24.04.Auto-reviewseems to be working, butFull Accessfails withbwrap: loopback: Failed RTM_NEWADDR.Same issue, setting to Full Access with /approvals or /permissions doesn't work, the model reports it cannot access the internet or other folders outside of the sandbox.
Confirming this on another Linux setup.
codex-cli 0.124.0Linux 6.17.0-22-generic x86_64bwrap: loopback: Failed RTM_NEWADDR: Operation not permittedfeatures.use_legacy_landlock = trueto~/.codex/config.tomlmakescodex sandbox linux -- /bin/pwdwork again.This looks consistent with Full Access state not being applied to the actual exec sandbox path in 0.124.0.
same issue
/permission full, but still got
hi, please update to
0.125.0- the fix was landed a while ago but it didn't make cut for 0.124.0. This should fix the affected cases where a session started in default permissions tries to switch to danger-full-access using/permissions. Sorry for the thrash!