2025-10-09 03:48:51 +07:00

14 lines
407 B
TOML

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