mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 02:09:33 +00:00
fix: harden exec sandbox fallback semantics (#23398) (thanks @bmendonca3)
This commit is contained in:
@@ -178,7 +178,7 @@ export type GroupToolPolicyConfig = {
|
||||
export type GroupToolPolicyBySenderConfig = Record<string, GroupToolPolicyConfig>;
|
||||
|
||||
export type ExecToolConfig = {
|
||||
/** Exec host routing (default: sandbox). */
|
||||
/** Exec host routing (default: sandbox with sandbox runtime, otherwise gateway). */
|
||||
host?: "sandbox" | "gateway" | "node";
|
||||
/** Exec security mode (default: deny). */
|
||||
security?: "deny" | "allowlist" | "full";
|
||||
|
||||
Reference in New Issue
Block a user