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`,
|
`;; Protect sandbox config from the sandboxed process`,
|
||||||
`(deny file-write* (subpath "${h}/.config/goose/sandbox"))`,
|
`(deny file-write* (subpath "${h}/.config/goose/sandbox"))`,
|
||||||
`(deny file-write* (literal "${h}/.config/goose/config.yaml"))`,
|
|
||||||
];
|
];
|
||||||
|
|
||||||
if (opts.protectSensitiveFiles) {
|
if (opts.protectSensitiveFiles) {
|
||||||
|
|||||||
Reference in New Issue
Block a user