From cf50e1e2867612e3723f5a74126f9925ef2a4dd2 Mon Sep 17 00:00:00 2001 From: Michael Neale Date: Wed, 4 Mar 2026 15:05:39 -0500 Subject: [PATCH] fix: this should not be blocked (#7656) --- ui/desktop/src/sandbox/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/desktop/src/sandbox/index.ts b/ui/desktop/src/sandbox/index.ts index 46ff8ebfd8..3abfa79509 100644 --- a/ui/desktop/src/sandbox/index.ts +++ b/ui/desktop/src/sandbox/index.ts @@ -52,7 +52,6 @@ export function buildSandboxProfile(opts: SandboxProfileOptions): string { '', `;; Protect sandbox config from the sandboxed process`, `(deny file-write* (subpath "${h}/.config/goose/sandbox"))`, - `(deny file-write* (literal "${h}/.config/goose/config.yaml"))`, ]; if (opts.protectSensitiveFiles) {