mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
Feat: Add default permissions to most plugins (#1460)
* Add default permissions to most plugins. Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de> * updated default description * mobile plugin relevant changes --------- Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de>
This commit is contained in:
@@ -8,3 +8,14 @@
|
||||
|`deny-load`|Denies the load command without any pre-configured scope.|
|
||||
|`allow-select`|Enables the select command without any pre-configured scope.|
|
||||
|`deny-select`|Denies the select command without any pre-configured scope.|
|
||||
|`default`|# Tauri SQL Default Permissions
|
||||
|
||||
This permission set configures what kind of
|
||||
database operations are available from the sql plugin.
|
||||
|
||||
### Granted Permissions
|
||||
|
||||
All reading related operations are enabled.
|
||||
Also allows to load or close a connection.
|
||||
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user