-
Notifications
You must be signed in to change notification settings - Fork 10.4k
0.118.0 sandbox write regression on Linux #16402
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingregressionBehaviors that worked in previous versions but were broken due to an updateBehaviors that worked in previous versions but were broken due to an updatesandboxIssues related to permissions or sandboxingIssues related to permissions or sandboxing
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingregressionBehaviors that worked in previous versions but were broken due to an updateBehaviors that worked in previous versions but were broken due to an updatesandboxIssues related to permissions or sandboxingIssues related to permissions or sandboxing
Type
Fields
Give feedbackNo fields configured for issues without a type.
What version of Codex CLI is running?
0.118.0
What subscription do you have?
Pro
Which model were you using?
gpt-5.4
What platform is your computer?
Linux 6.14.0-37-generic x86_64 x86_64
What terminal emulator and version are you using (if applicable)?
Ghostty
What issue are you seeing?
File write's don't work, prompting with
command failed; retry without sandbox?
This does not happen in the same setup under 0.117.0, which I have reverted back to
I am using the following settings in codex config
approval_policy = "on-request"
sandbox_mode = "workspace-write"
What steps can reproduce the bug?
Writing a file? Possibly only diff format, unsure
What is the expected behavior?
For the initial write to work within sandbox
Additional information
No response