mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-28 17:38:53 +02:00
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
19 lines
315 B
Markdown
19 lines
315 B
Markdown
# Permissions
|
|
|
|
## allow-read
|
|
|
|
Enables the read command without any pre-configured scope.
|
|
|
|
## deny-read
|
|
|
|
Denies the read command without any pre-configured scope.
|
|
|
|
## allow-write
|
|
|
|
Enables the write command without any pre-configured scope.
|
|
|
|
## deny-write
|
|
|
|
Denies the write command without any pre-configured scope.
|
|
|