* fix(deps): update tauri monorepo * Create tauri-beta-23.md * fix clippy - regen permissions * revert accidental cargo.toml change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
3.4 KiB
Default Permission
This permission set configures what kind of operations are available from the stronghold plugin.
Granted Permissions
All non-destructive operations are enabled by default.
allow-create-clientallow-get-store-recordallow-initializeallow-execute-procedureallow-load-clientallow-save-secretallow-save-store-recordallow-save
Permission Table
| Identifier | Description |
|---|---|
|
|
Enables the create_client command without any pre-configured scope. |
|
|
Denies the create_client command without any pre-configured scope. |
|
|
Enables the destroy command without any pre-configured scope. |
|
|
Denies the destroy command without any pre-configured scope. |
|
|
Enables the execute_procedure command without any pre-configured scope. |
|
|
Denies the execute_procedure command without any pre-configured scope. |
|
|
Enables the get_store_record command without any pre-configured scope. |
|
|
Denies the get_store_record command without any pre-configured scope. |
|
|
Enables the initialize command without any pre-configured scope. |
|
|
Denies the initialize command without any pre-configured scope. |
|
|
Enables the load_client command without any pre-configured scope. |
|
|
Denies the load_client command without any pre-configured scope. |
|
|
Enables the remove_secret command without any pre-configured scope. |
|
|
Denies the remove_secret command without any pre-configured scope. |
|
|
Enables the remove_store_record command without any pre-configured scope. |
|
|
Denies the remove_store_record command without any pre-configured scope. |
|
|
Enables the save command without any pre-configured scope. |
|
|
Denies the save command without any pre-configured scope. |
|
|
Enables the save_secret command without any pre-configured scope. |
|
|
Denies the save_secret command without any pre-configured scope. |
|
|
Enables the save_store_record command without any pre-configured scope. |
|
|
Denies the save_store_record command without any pre-configured scope. |