Skip to content

Commit 706b398

Browse files
chore: remove writable_roots from sandbox_workspace_write configuration in install.sh
1 parent d567e20 commit 706b398

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

registry/coder-labs/modules/codex/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,8 @@ preferred_auth_method = "apikey"
9696

9797
[sandbox_workspace_write]
9898
network_access = true
99-
writable_roots = ["$/path/to/your/folder$", "$HOME/.codex"]
10099
```
101100

102-
The default configuration allows writing to only two specific directories:
103-
104-
- Your specified `folder` (working directory)
105-
- `$HOME/.codex` (for configuration files like AGENTS.md)
106-
107-
This provides secure sandbox boundaries while preventing access to other sensitive directories.
108-
109101
### **Custom Configuration (Optional)**
110102

111103
For custom Codex configuration, use `base_config_toml` and/or `additional_mcp_servers`:

registry/coder-labs/modules/codex/scripts/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ preferred_auth_method = "apikey"
9393
9494
[sandbox_workspace_write]
9595
network_access = true
96-
writable_roots = ["${ARG_CODEX_START_DIRECTORY}", "$HOME/.codex"]
9796
9897
EOF
9998
}

0 commit comments

Comments
 (0)