You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/process/permissions/autogenerated/reference.md

76 lines
825 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
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`process:allow-exit`
</td>
<td>
Enables the exit command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`process:deny-exit`
</td>
<td>
Denies the exit command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`process:allow-restart`
</td>
<td>
Enables the restart command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`process:deny-restart`
</td>
<td>
Denies the restart command without any pre-configured scope.
</td>
</tr>
</table>