fix: this should not be blocked (#7656)

This commit is contained in:
Michael Neale
2026-03-04 15:05:39 -05:00
committed by Jack Amadeo
parent 420656555a
commit ecddfcfdb3
-1
View File
@@ -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) {