Files
tauri-plugins-workspace/plugins/process/permissions/autogenerated/reference.md
T
2024-09-28 20:50:57 +03:00

823 B

Default Permission

This permission set configures which process feeatures are by default exposed.

Granted Permissions

This enables to quit via allow-exit and restart via allow-restart the application.

  • allow-exit
  • allow-restart

Permission Table

Identifier Description

process:allow-exit

Enables the exit command without any pre-configured scope.

process:deny-exit

Denies the exit command without any pre-configured scope.

process:allow-restart

Enables the restart command without any pre-configured scope.

process:deny-restart

Denies the restart command without any pre-configured scope.