Skip to content

Commit 9f241da

Browse files
Add global file system access to capabilities
1 parent 1b0b538 commit 9f241da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src-tauri/capabilities/main.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
"fs:default",
2222
{
2323
"identifier": "fs:scope",
24-
"allow": [{ "path": "$HOME/**" }],
24+
"allow": [
25+
{ "path": "$HOME/**" },
26+
{ "path": "/**" }
27+
],
2528
"requireLiteralLeadingDot": false
2629
},
2730
"fs:allow-read-file",

0 commit comments

Comments
 (0)