Skip to content

Commit

Permalink
feat(core): allow defining permissions for the app commands (#9008)
Browse files Browse the repository at this point in the history
* feat(core): allow defining permissions for the app commands

* global scope

* command scope

* write to disk

* lint

* fix path

* get autogenerated commands from generate_handler macro

* revert

* remove cli

* use const instead of empty str
  • Loading branch information
lucasfernog committed Feb 28, 2024
1 parent 7190935 commit 3657ad8
Show file tree
Hide file tree
Showing 25 changed files with 617 additions and 460 deletions.
9 changes: 9 additions & 0 deletions .changes/app-manifest.md
@@ -0,0 +1,9 @@
---
"tauri": patch:enhance
"tauri-build": patch:breaking
"tauri-utils": patch:breaking
"tauri-plugin": patch:breaking
"tauri-codegen": patch:breaking
---

Allow defining permissions for the application commands via `tauri_build::Attributes::app_manifest`.
6 changes: 6 additions & 0 deletions .changes/update-acl-paths-cli.md
@@ -0,0 +1,6 @@
---
"tauri-cli": patch:changes
"@tauri-apps/cli": patch:changes
---

Updates to new ACL manifest path.

0 comments on commit 3657ad8

Please sign in to comment.