mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 15:34:31 +00:00
fix(security): restore trusted plugin runtime exec default
This commit is contained in:
@@ -631,12 +631,6 @@ export const OpenClawSchema = z
|
||||
})
|
||||
.strict()
|
||||
.optional(),
|
||||
runtime: z
|
||||
.object({
|
||||
allowLegacyExec: z.boolean().optional(),
|
||||
})
|
||||
.strict()
|
||||
.optional(),
|
||||
slots: z
|
||||
.object({
|
||||
memory: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user