mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
feat: update to tauri beta, add permissions (#862)
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
schemas/
|
||||
@@ -0,0 +1 @@
|
||||
schemas/
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-exit"
|
||||
description = "Enables the exit command without any pre-configured scope."
|
||||
commands.allow = ["exit"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-exit"
|
||||
description = "Denies the exit command without any pre-configured scope."
|
||||
commands.deny = ["exit"]
|
||||
@@ -0,0 +1,13 @@
|
||||
# Automatically generated - DO NOT EDIT!
|
||||
|
||||
"$schema" = "../../schemas/schema.json"
|
||||
|
||||
[[permission]]
|
||||
identifier = "allow-restart"
|
||||
description = "Enables the restart command without any pre-configured scope."
|
||||
commands.allow = ["restart"]
|
||||
|
||||
[[permission]]
|
||||
identifier = "deny-restart"
|
||||
description = "Denies the restart command without any pre-configured scope."
|
||||
commands.deny = ["restart"]
|
||||
@@ -0,0 +1,18 @@
|
||||
# Permissions
|
||||
|
||||
## allow-exit
|
||||
|
||||
Enables the exit command without any pre-configured scope.
|
||||
|
||||
## deny-exit
|
||||
|
||||
Denies the exit command without any pre-configured scope.
|
||||
|
||||
## allow-restart
|
||||
|
||||
Enables the restart command without any pre-configured scope.
|
||||
|
||||
## deny-restart
|
||||
|
||||
Denies the restart command without any pre-configured scope.
|
||||
|
||||
Reference in New Issue
Block a user