Files
tauri-plugins-workspace/plugins/secure-storage/permissions/autogenerated/commands/execute.toml
T
FabianLars a7af1a81b7 init
2025-07-23 12:25:45 +02:00

14 lines
383 B
TOML

# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-execute"
description = "Enables the execute command without any pre-configured scope."
commands.allow = ["execute"]
[[permission]]
identifier = "deny-execute"
description = "Denies the execute command without any pre-configured scope."
commands.deny = ["execute"]