mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* 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
9 lines
207 B
TOML
9 lines
207 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-ping-scoped"
|
|
description = "Enables the ping command with a test scope."
|
|
commands.allow = ["ping"]
|
|
[[permission.scope.allow]]
|
|
path = "x"
|