Commit 3657ad8
authored
feat(core): allow defining permissions for the app commands (#9008)
* 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 str1 parent 7190935 commit 3657ad8
File tree
25 files changed
+617
-460
lines changed- .changes
- core
- tauri-build/src
- tauri-codegen/src
- tauri-plugin/src/build
- tauri-utils/src/acl
- tauri
- src
- ipc
- webview
- tests/acl/src
- examples/api/src-tauri
- capabilities
- permissions/autogenerated
- src
- tooling/cli/src/acl/permission
25 files changed
+617
-460
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments