Windows sandbox fails with helper_unknown_error: apply deny-read ACLs
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What version of the Codex App are you using (From “About Codex” dialog)?
Version 26.831.21537
What subscription do you have?
ChatGPT Pro
What platform is your computer?
Windows 11 x64
What issue are you seeing?
The native Windows sandbox fails before normal repository commands can start:
helper_unknown_error: apply deny-read ACLs
Feedback ID:
no-active-thread-01a06530-d2af-7ad3-82d2-8c8d665849fb
The failure persists after:
- Fully quitting and restarting Codex.
- Restarting Windows.
- Updating the Codex/ChatGPT app.
- Testing both elevated and unelevated Windows sandbox modes in config.toml.
- Running /sandbox-add-read-dir with the absolute repository path.
- Testing normal repository commands and an apply_patch disposable probe.
Normal repository commands such as git status fail during sandbox process creation. apply_patch can create a probe but cannot read or delete it afterward because of the same ACL error. Approved out-of-sandbox commands still work.
No Windows or repository permissions were manually changed. The repository remains intact, and no credentials or .env.local contents were inspected.
What steps can reproduce the bug?
- Launch the Codex App on Windows 11 x64.
- Open a local Git repository as a Codex project.
- Start a new Codex chat.
- Ask Codex to run a basic repository command such as
git status. - Sandbox process creation fails with:
helper_unknown_error: apply deny-read ACLs - Ask Codex to create and remove a disposable file using
apply_patch. apply_patchcreates the file but cannot read or delete it because of the same ACL error.- An approved out-of-sandbox command can remove the disposable file successfully.
The issue persists after fully restarting Codex and Windows, updating the Microsoft Store app, trying both elevated and unelevated Windows sandbox modes, and running /sandbox-add-read-dir with the repository’s absolute path.
Feedback ID containing diagnostics:
no-active-thread-01a06530-d2af-7ad3-82d2-8c8d665849fb
What is the expected behavior?
No response
Additional information
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report names no source file or test; start by reproducing the Windows 11 sandbox process-creation failure with the provided steps and Feedback ID. Trace the native sandbox path that applies deny-read ACLs, and consider the issue done when repository commands and disposable file read/delete operations work in both tested sandbox modes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100