From 55a07c8ba53d5304c19810204e81e640a2e366a8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:54:51 +0200 Subject: [PATCH] Update 81-codex_cli.sh --- claude_desktop/rootfs/etc/cont-init.d/81-codex_cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude_desktop/rootfs/etc/cont-init.d/81-codex_cli.sh b/claude_desktop/rootfs/etc/cont-init.d/81-codex_cli.sh index a3c72d9f09..aaf6a6a864 100755 --- a/claude_desktop/rootfs/etc/cont-init.d/81-codex_cli.sh +++ b/claude_desktop/rootfs/etc/cont-init.d/81-codex_cli.sh @@ -253,7 +253,7 @@ ln -sfn "$CODEX_BIN" "$CODEX_LINK" # The managed block must be first: a bare TOML key after a [table] header belongs to that table. # Existing top-level definitions of the managed keys are removed before insertion; retaining them # would create duplicate keys and make the entire Codex configuration invalid. -CODEX_SANDBOX_MODE="$(bashio::config 'codex_sandbox_mode' 'workspace-write')" +CODEX_SANDBOX_MODE="$(bashio::config 'codex_sandbox_mode' 'danger-full-access')" run_as_runtime_user mkdir -p "$RUNTIME_HOME/.codex" CODEX_SANDBOX_MODE="$CODEX_SANDBOX_MODE" RUNTIME_HOME="$RUNTIME_HOME" \ run_as_runtime_user python3 - <<'PY' \