Skip to content

Commit 9472093

Browse files
michaelnealejamadeo
authored andcommitted
fix: this should not be blocked (#7656)
1 parent 839b11e commit 9472093

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/desktop/src/sandbox/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export function buildSandboxProfile(opts: SandboxProfileOptions): string {
5252
'',
5353
`;; Protect sandbox config from the sandboxed process`,
5454
`(deny file-write* (subpath "${h}/.config/goose/sandbox"))`,
55-
`(deny file-write* (literal "${h}/.config/goose/config.yaml"))`,
5655
];
5756

5857
if (opts.protectSensitiveFiles) {

0 commit comments

Comments
 (0)