* 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>
1.5 KiB
Default Permission
This permission set configures which shell functionality is exposed by default.
Granted Permissions
It allows to use the open functionality without any specific
scope pre-configured. It will allow opening http(s)://,
tel: and mailto: links.
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. |