mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-23 02:32:28 +03:00
11 lines
232 B
TOML
11 lines
232 B
TOML
|
"$schema" = ".schema.json"
|
||
|
|
||
|
[[permission]]
|
||
|
version = 1
|
||
|
identifier = "allow-home-dir"
|
||
|
description = "Allows read access to the complete $HOME folder."
|
||
|
commands.allow = ["readDirectory", "readFile"]
|
||
|
|
||
|
[[scope.allow]]
|
||
|
path = "$HOME/**"
|