mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
fix: this should not be blocked (#7656)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user