mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
57e3d43d96
* feat(acl): generate schema for scope * allow plugin to define its global scope schema * refactor to use schemas folder instead of individual files * change signature * delete .schema.json files
10 lines
202 B
TOML
10 lines
202 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[[permission]]
|
|
version = 1
|
|
identifier = "deny-home-dir-config"
|
|
description = "Denies read access to the complete $HOME folder."
|
|
|
|
[[scope.deny]]
|
|
path = "$HOME/.config"
|