mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:18:30 +02:00
14 lines
383 B
TOML
14 lines
383 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-sync-fs"
|
|
description = "Enables the sync_fs command without any pre-configured scope."
|
|
commands.allow = ["sync_fs"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-sync-fs"
|
|
description = "Denies the sync_fs command without any pre-configured scope."
|
|
commands.deny = ["sync_fs"]
|