Skip to main content

desktop permission boundary

Tauri capability

Tauri Capability

Also known as · capability file · Tauri permission · Tauri capability

Definition

An explicit boundary that groups the commands and permissions available to a Tauri window. It grants only the needed capabilities instead of opening a local server or filesystem broadly for convenience.

Searchable examples

  • core:default
  • block localhost:8000

Short example

{ "identifier": "main-window", "permissions": ["core:default"] }

Keep network connect-src aligned with the real public boundary.

Compare with

Related notes

Related courses