tauri/crates/tauri/permissions/app/autogenerated/reference.md
kandrelczyk 232265c70e
feat: bundle type detection at runtime via binary patching (#13209)
* patch binary with bundle type info

* only patch if the updater is included

* fix linux warnings

* patch binary when updaer is configured

* patch binary with bundle type info

only patch if the updater is included

fix linux warnings

patch binary when updaer is configured

* fix formatting

* fix license header

* fix taplo error

* move __TAURI_BUNDLE_TYPE to utils

* export get_current_bundle_type

* macos fix

* cleanup, add api

* update change file

* fix windows

* fmt, fix rust version support

* fix macos

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2025-07-07 12:08:00 -03:00

3.5 KiB

Default Permission

Default permissions for the plugin.

This default permission set includes the following:

  • allow-version
  • allow-name
  • allow-tauri-version
  • allow-identifier
  • allow-bundle-type

Permission Table

Identifier Description

core:app:allow-app-hide

Enables the app_hide command without any pre-configured scope.

core:app:deny-app-hide

Denies the app_hide command without any pre-configured scope.

core:app:allow-app-show

Enables the app_show command without any pre-configured scope.

core:app:deny-app-show

Denies the app_show command without any pre-configured scope.

core:app:allow-bundle-type

Enables the bundle_type command without any pre-configured scope.

core:app:deny-bundle-type

Denies the bundle_type command without any pre-configured scope.

core:app:allow-default-window-icon

Enables the default_window_icon command without any pre-configured scope.

core:app:deny-default-window-icon

Denies the default_window_icon command without any pre-configured scope.

core:app:allow-fetch-data-store-identifiers

Enables the fetch_data_store_identifiers command without any pre-configured scope.

core:app:deny-fetch-data-store-identifiers

Denies the fetch_data_store_identifiers command without any pre-configured scope.

core:app:allow-identifier

Enables the identifier command without any pre-configured scope.

core:app:deny-identifier

Denies the identifier command without any pre-configured scope.

core:app:allow-name

Enables the name command without any pre-configured scope.

core:app:deny-name

Denies the name command without any pre-configured scope.

core:app:allow-remove-data-store

Enables the remove_data_store command without any pre-configured scope.

core:app:deny-remove-data-store

Denies the remove_data_store command without any pre-configured scope.

core:app:allow-set-app-theme

Enables the set_app_theme command without any pre-configured scope.

core:app:deny-set-app-theme

Denies the set_app_theme command without any pre-configured scope.

core:app:allow-set-dock-visibility

Enables the set_dock_visibility command without any pre-configured scope.

core:app:deny-set-dock-visibility

Denies the set_dock_visibility command without any pre-configured scope.

core:app:allow-tauri-version

Enables the tauri_version command without any pre-configured scope.

core:app:deny-tauri-version

Denies the tauri_version command without any pre-configured scope.

core:app:allow-version

Enables the version command without any pre-configured scope.

core:app:deny-version

Denies the version command without any pre-configured scope.