We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839b11e commit 9472093Copy full SHA for 9472093
ui/desktop/src/sandbox/index.ts
@@ -52,7 +52,6 @@ export function buildSandboxProfile(opts: SandboxProfileOptions): string {
52
'',
53
`;; Protect sandbox config from the sandboxed process`,
54
`(deny file-write* (subpath "${h}/.config/goose/sandbox"))`,
55
- `(deny file-write* (literal "${h}/.config/goose/config.yaml"))`,
56
];
57
58
if (opts.protectSensitiveFiles) {
0 commit comments