* 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> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/15873176921 Co-authored-by: Legend-Master <Legend-Master@users.noreply.github.com>
1.6 KiB
Default Permission
This permission set configures which shell functionality is exposed by default.
Granted Permissions
It allows to use the open functionality with a reasonable
scope pre-configured. It will allow opening http(s)://,
tel: and mailto: links.
This default permission set includes the following:
allow-open
Permission Table
| Identifier | Description |
|---|---|
|
|
Enables the execute command without any pre-configured scope. |
|
|
Denies the execute command without any pre-configured scope. |
|
|
Enables the kill command without any pre-configured scope. |
|
|
Denies the kill command without any pre-configured scope. |
|
|
Enables the open command without any pre-configured scope. |
|
|
Denies the open command without any pre-configured scope. |
|
|
Enables the spawn command without any pre-configured scope. |
|
|
Denies the spawn command without any pre-configured scope. |
|
|
Enables the stdin_write command without any pre-configured scope. |
|
|
Denies the stdin_write command without any pre-configured scope. |