mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 16:41:34 +03:00
d7f56fef85
* feat(acl): allow a permission to apply to a subset of target platforms * fix cli
11 lines
250 B
TOML
11 lines
250 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[[permission]]
|
|
version = 1
|
|
identifier = "allow-home-dir"
|
|
description = "Allows read access to the complete $HOME folder."
|
|
commands.allow = ["readDirectory", "readFile"]
|
|
|
|
[[permission.scope.allow]]
|
|
path = "$HOME/**"
|