## Default Permission #### Granted Permissions This default permission set enables all Tauri commands to be used. There is no destructive action exposed, therefore it is safe and intended to expose this by default to the frontend. - `allow-apply-update` - `allow-check-for-updates` - `allow-set-channel` ## Permission Table
Identifier | Description |
---|---|
`ota-updater:allow-apply-update` | Enables the apply_update command without any pre-configured scope. |
`ota-updater:deny-apply-update` | Denies the apply_update command without any pre-configured scope. |
`ota-updater:allow-check-for-updates` | Enables the check_for_updates command without any pre-configured scope. |
`ota-updater:deny-check-for-updates` | Denies the check_for_updates command without any pre-configured scope. |
`ota-updater:allow-set-channel` | Enables the set_channel command without any pre-configured scope. |
`ota-updater:deny-set-channel` | Denies the set_channel command without any pre-configured scope. |