* chore(deps): update tauri monorepo to v2.6.0 * Regenerate api-iife.js * Bump rust tauri * Tweak all examples to match the new features * Bump workspace min tauri version * Bump `@tauri-apps/api` to ^2.6 * Add change file * Update lock file * missing `"` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
3.5 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.
This default permission set includes the following:
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. |