"$schema" = "../schemas/schema.json" # This command allows nested commands, so its permissions are manually # authored here instead of being autogenerated from the `COMMANDS` list in `build.rs`. [[permission]] identifier = "allow-read-text-file-lines" description = "Enables the read_text_file_lines command without any pre-configured scope." commands.allow = [ "read_text_file_lines", "read_text_file_lines_next", ] [[permission]] identifier = "deny-read-text-file-lines" description = "Denies the read_text_file_lines command without any pre-configured scope." commands.deny = ["read_text_file_lines"]