remove execute command permissions

This commit is contained in:
FabianLars
2025-08-07 13:20:53 +02:00
parent dc55eb51ed
commit af5500caed
4 changed files with 3 additions and 52 deletions
@@ -98,6 +98,8 @@
},
"upload:default",
"secure-storage:allow-get-string",
"secure-storage:allow-set-string"
"secure-storage:allow-set-string",
"secure-storage:allow-get-binary",
"secure-storage:allow-set-binary"
]
}
@@ -1,13 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-execute"
description = "Enables the execute command without any pre-configured scope."
commands.allow = ["execute"]
[[permission]]
identifier = "deny-execute"
description = "Denies the execute command without any pre-configured scope."
commands.deny = ["execute"]
@@ -7,32 +7,6 @@
</tr>
<tr>
<td>
`secure-storage:allow-execute`
</td>
<td>
Enables the execute command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`secure-storage:deny-execute`
</td>
<td>
Denies the execute command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
@@ -294,18 +294,6 @@
"PermissionKind": {
"type": "string",
"oneOf": [
{
"description": "Enables the execute command without any pre-configured scope.",
"type": "string",
"const": "allow-execute",
"markdownDescription": "Enables the execute command without any pre-configured scope."
},
{
"description": "Denies the execute command without any pre-configured scope.",
"type": "string",
"const": "deny-execute",
"markdownDescription": "Denies the execute command without any pre-configured scope."
},
{
"description": "Enables the get_binary command without any pre-configured scope.",
"type": "string",