mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +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:
@@ -0,0 +1,20 @@
|
||||
"$schema" = "schemas/schema.json"
|
||||
|
||||
[default]
|
||||
description = """
|
||||
# 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.
|
||||
|
||||
"""
|
||||
permissions = [
|
||||
"allow-close",
|
||||
"allow-load",
|
||||
"allow-select",
|
||||
]
|
||||
Reference in New Issue
Block a user