codex icon indicating copy to clipboard operation
codex copied to clipboard

Permissions issues continue

Open taf2 opened this issue 1 week ago • 3 comments

What version of Codex is running?

v0.73.0

What subscription do you have?

api

Which model were you using?

gpt-5.2 xhigh

What platform is your computer?

Darwin 24.6.0 arm64 arm

What issue are you seeing?

--yolo and --dangerously-bypass-approvals-and-sandbox are just ignored now Ran cd /Users/taf2/work/ctm && git show 48b94dd551d1f702ecc2357afde02eabe2ee8923 └ /Users/taf2/.rvm/scripts/rvm: line 29: /bin/ps: Operation not permitted commit 48b94dd551d1f702ecc2357afde02eabe2ee8923 … +376 lines received_state = nil schedule = Object.new

thread id: 019b27a9-73f5-7b51-95ad-758f961afed6

What steps can reproduce the bug?

codex --dangerously-bypass-approvals-and-sandbox --search or codex --yolo

use codex and it's blocked from runnin tools are at least keeps reporting that it can't access /bin/ps which like why block/prevent /bin/ps this is very annoying

What is the expected behavior?

stop blocking /bin/ps

Additional information

why block /bin/ps

respect the --yolo

taf2 avatar Dec 16 '25 15:12 taf2

Hey @taf2, thanks for reporting. This looks like a duplicate of #4620, which we are tracking.

sayan-oai avatar Dec 16 '25 17:12 sayan-oai

Apologies; it looks like you are using RVM and not Homebrew like the issue in #4620. Reopening.

sayan-oai avatar Dec 16 '25 17:12 sayan-oai

I still think the root issue is preventing /bin/ps e.g. read only tools... or maybe have a mode where read only tools is allowed as a way of elevating permissions. like /bin/ls etc... should* be okay at some permissions level...

taf2 avatar Dec 16 '25 17:12 taf2

I see this on every command execution as well:

~/.rvm/scripts/rvm:29: operation not permitted: ps

divan avatar Dec 19 '25 19:12 divan