Files
tauri-plugins-workspace/plugins/secure-storage/permissions/autogenerated/commands/set_binary.toml
T
2025-07-24 00:27:59 +02:00

14 lines
401 B
TOML

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