Files
Easytier/tauri-plugin-vpnservice/permissions/autogenerated/reference.md
T
KKRainbow a1bec48dc9 fix android vpn permission grant (#2023)
* fix android vpn permission grant
* fix url input behaviour
2026-03-29 23:16:32 +08:00

2.1 KiB

Default Permission

Default permissions for the plugin

This default permission set includes the following:

  • allow-ping
  • allow-start-vpn

Permission Table

Identifier Description

vpnservice:allow-get-vpn-status

Enables the get_vpn_status command without any pre-configured scope.

vpnservice:deny-get-vpn-status

Denies the get_vpn_status command without any pre-configured scope.

vpnservice:allow-ping

Enables the ping command without any pre-configured scope.

vpnservice:deny-ping

Denies the ping command without any pre-configured scope.

vpnservice:allow-prepare-vpn

Enables the prepare_vpn command without any pre-configured scope.

vpnservice:deny-prepare-vpn

Denies the prepare_vpn command without any pre-configured scope.

vpnservice:allow-registerListener

Enables the registerListener command without any pre-configured scope.

vpnservice:deny-registerListener

Denies the registerListener command without any pre-configured scope.

vpnservice:allow-register-listener

Enables the register_listener command without any pre-configured scope.

vpnservice:deny-register-listener

Denies the register_listener command without any pre-configured scope.

vpnservice:allow-start-vpn

Enables the start_vpn command without any pre-configured scope.

vpnservice:deny-start-vpn

Denies the start_vpn command without any pre-configured scope.

vpnservice:allow-stop-vpn

Enables the stop_vpn command without any pre-configured scope.

vpnservice:deny-stop-vpn

Denies the stop_vpn command without any pre-configured scope.