mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-25 13:17:47 +02:00
24 lines
482 B
TOML
24 lines
482 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-write-file"
|
|
description = "Enables the write_file command without any pre-configured scope."
|
|
|
|
[permission.commands]
|
|
allow = [
|
|
"write_file",
|
|
"open",
|
|
"write",
|
|
]
|
|
deny = []
|
|
|
|
[[permission]]
|
|
identifier = "deny-write-file"
|
|
description = "Denies the write_file command without any pre-configured scope."
|
|
|
|
[permission.commands]
|
|
allow = []
|
|
deny = ["write_file"]
|