mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-10 14:13:55 +02:00
0cb1baf09a
* Add default permissions to most plugins. Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de> * updated default description * mobile plugin relevant changes --------- Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de>
28 lines
1.5 KiB
Markdown
28 lines
1.5 KiB
Markdown
| Permission | Description |
|
|
|------|-----|
|
|
|`allow-arch`|Enables the arch command without any pre-configured scope.|
|
|
|`deny-arch`|Denies the arch command without any pre-configured scope.|
|
|
|`allow-exe-extension`|Enables the exe_extension command without any pre-configured scope.|
|
|
|`deny-exe-extension`|Denies the exe_extension command without any pre-configured scope.|
|
|
|`allow-family`|Enables the family command without any pre-configured scope.|
|
|
|`deny-family`|Denies the family command without any pre-configured scope.|
|
|
|`allow-hostname`|Enables the hostname command without any pre-configured scope.|
|
|
|`deny-hostname`|Denies the hostname command without any pre-configured scope.|
|
|
|`allow-locale`|Enables the locale command without any pre-configured scope.|
|
|
|`deny-locale`|Denies the locale command without any pre-configured scope.|
|
|
|`allow-os-type`|Enables the os_type command without any pre-configured scope.|
|
|
|`deny-os-type`|Denies the os_type command without any pre-configured scope.|
|
|
|`allow-platform`|Enables the platform command without any pre-configured scope.|
|
|
|`deny-platform`|Denies the platform command without any pre-configured scope.|
|
|
|`allow-version`|Enables the version command without any pre-configured scope.|
|
|
|`deny-version`|Denies the version command without any pre-configured scope.|
|
|
|`default`|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.
|
|
|
|
|
|