mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
d7f56fef85
* feat(acl): allow a permission to apply to a subset of target platforms * fix cli
10 lines
213 B
TOML
10 lines
213 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[[permission]]
|
|
version = 1
|
|
identifier = "deny-home-dir-config"
|
|
description = "Denies read access to the complete $HOME folder."
|
|
|
|
[[permission.scope.deny]]
|
|
path = "$HOME/.config"
|