[request] Include list of all core permissions in documentation #2966
Labels
discuss
Does this require further discussion before it's dealt with?
enhancement
Does it add or improve content?
Question you want answered
where can I find list of all core permissions?
Where did you look for an answer?
I started locking down my app with permissions, but was unable to find a list of all core permissions on the documentation page.
Basically I started browsing through the sites in roughly this order:
At first I had a feeling that the documentation about permissions would be geared more towards plugin and tauri(core) developers than users, but then again just a feeling, I must admit that I just skimmed over the content and didn't study it.
Page URL
No response
Additional context
Then I asked on discord and got this link from @FabianLars: https://github.com/tauri-apps/tauri/tree/dev/crates/tauri/permissions
He asked me to create this issue here.
secdude suggested running:
Even though it is not that readable in console it is still a good to know option IMO, so documentation site should also have it.
I think a mention in https://tauri.app/security/capabilities/ makes sense and additionally a page with all permissions on in the References tab.
PS: At first it was also not very clear to me how the capability / permission system works, probably I haven't read enough, so I didn't understand where to put the permissions and also didn't understand that core permissions need to be prefixed with
core:
. But that's not enough info for a concrete issue yet, also I don't have any suggestions yet.Are you willing to work on this yourself?
The text was updated successfully, but these errors were encountered: