* 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>
2.3 KiB
Default Permission
This permission set configures which operating system information are available to gather from the frontend.
Granted Permissions
All information except the host name are available.
This default permission set includes the following:
allow-archallow-exe-extensionallow-familyallow-localeallow-os-typeallow-platformallow-version
Permission Table
| Identifier | Description |
|---|---|
|
|
Enables the arch command without any pre-configured scope. |
|
|
Denies the arch command without any pre-configured scope. |
|
|
Enables the exe_extension command without any pre-configured scope. |
|
|
Denies the exe_extension command without any pre-configured scope. |
|
|
Enables the family command without any pre-configured scope. |
|
|
Denies the family command without any pre-configured scope. |
|
|
Enables the hostname command without any pre-configured scope. |
|
|
Denies the hostname command without any pre-configured scope. |
|
|
Enables the locale command without any pre-configured scope. |
|
|
Denies the locale command without any pre-configured scope. |
|
|
Enables the os_type command without any pre-configured scope. |
|
|
Denies the os_type command without any pre-configured scope. |
|
|
Enables the platform command without any pre-configured scope. |
|
|
Denies the platform command without any pre-configured scope. |
|
|
Enables the version command without any pre-configured scope. |
|
|
Denies the version command without any pre-configured scope. |