tauri/examples/plugins/tauri-plugin-example/permissions/home-config.toml
Lucas Fernandes Nogueira d7f56fef85
feat(acl): allow a permission to apply to a subset of target platforms (#9014)
* feat(acl): allow a permission to apply to a subset of target platforms

* fix cli
2024-02-28 17:23:52 -03:00

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"