mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
a1bec48dc9
* fix android vpn permission grant * fix url input behaviour
14 lines
425 B
TOML
14 lines
425 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-get-vpn-status"
|
|
description = "Enables the get_vpn_status command without any pre-configured scope."
|
|
commands.allow = ["get_vpn_status"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-get-vpn-status"
|
|
description = "Denies the get_vpn_status command without any pre-configured scope."
|
|
commands.deny = ["get_vpn_status"]
|