Preflight Checklist
Problem Statement
The sandbox does not have protective enough read defaults so we need to configure that ourselves by setting sandbox.filesystem.denyRead: ["//"]. Now Claude can not read its own configuration dir on startup which means that the sandboxing seems to be working as expected. But we lack any means of giving selective read access to config and project folders.
Proposed Solution
Add sandbox.filesystem.allowRead to add overrides to denyRead
Alternative Solutions
No response
Priority
Critical - Blocking my work
Feature Category
Configuration and settings
Use Case Example
I want to feel confident that Claude does not have unbounded access to my private files. I want to deny all and only allow exactly what it needs.
Additional Context
No response
Preflight Checklist
Problem Statement
The sandbox does not have protective enough read defaults so we need to configure that ourselves by setting
sandbox.filesystem.denyRead: ["//"]. Now Claude can not read its own configuration dir on startup which means that the sandboxing seems to be working as expected. But we lack any means of giving selective read access to config and project folders.Proposed Solution
Add
sandbox.filesystem.allowReadto add overrides to denyReadAlternative Solutions
No response
Priority
Critical - Blocking my work
Feature Category
Configuration and settings
Use Case Example
I want to feel confident that Claude does not have unbounded access to my private files. I want to deny all and only allow exactly what it needs.
Additional Context
No response