mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-16 16:47:21 +02:00
20 lines
467 B
TOML
20 lines
467 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"]
|