File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
registry/coder-labs/modules/codex Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -96,16 +96,8 @@ preferred_auth_method = "apikey"
9696
9797[sandbox_workspace_write ]
9898network_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
111103For custom Codex configuration, use ` base_config_toml ` and/or ` additional_mcp_servers ` :
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ preferred_auth_method = "apikey"
9393
9494[sandbox_workspace_write]
9595network_access = true
96- writable_roots = ["${ARG_CODEX_START_DIRECTORY} ", "$HOME /.codex"]
9796
9897EOF
9998}
You can’t perform that action at this time.
0 commit comments