mirror of
https://github.com/tauri-apps/tauri-plugin-process.git
synced 2026-01-31 00:55:17 +01:00
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12955813452 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
822 B
822 B
Default Permission
This permission set configures which process features are by default exposed.
Granted Permissions
This enables to quit via allow-exit and restart via allow-restart
the application.
allow-exitallow-restart
Permission Table
| Identifier | Description |
|---|---|
|
|
Enables the exit command without any pre-configured scope. |
|
|
Denies the exit command without any pre-configured scope. |
|
|
Enables the restart command without any pre-configured scope. |
|
|
Denies the restart command without any pre-configured scope. |