fix: this should not be blocked (#7656)

This commit is contained in:
Michael Neale
2026-03-04 15:05:39 -05:00
committed by GitHub
parent aebf59a221
commit cf50e1e286
-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) {