mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
42 lines
375 B
Markdown
42 lines
375 B
Markdown
## Default Permission
|
|
|
|
Allows the log command
|
|
|
|
- `allow-log`
|
|
|
|
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`log:allow-log`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the log command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`log:deny-log`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the log command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|