mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
62 lines
513 B
Markdown
62 lines
513 B
Markdown
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`sample:allow-ping`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the ping command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`sample:deny-ping`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the ping command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`sample:global-scope`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Sets a global scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`sample:allow-ping-scoped`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the ping command with a test scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|