EasyTier/tauri-plugin-vpnservice/permissions/autogenerated/reference.md
Sijie.Sun 858ade2eee
Android Support (#166)
1. Add vpnservice tauri plugin for android.
2. add workflow for android.
3. Easytier Core support android, allow set tun fd.
2024-07-15 00:03:55 +08:00

1.5 KiB

Default Permission

Default permissions for the plugin

  • allow-ping
  • allow-start-vpn

Permission Table

Identifier Description

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-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.