mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 20:39:35 +00:00
fix(exec): keep implicit sandbox default and restore no-alert baseline
This commit is contained in:
@@ -215,7 +215,7 @@ export function parseToolsBySenderTypedKey(
|
||||
export type GroupToolPolicyBySenderConfig = Record<string, GroupToolPolicyConfig>;
|
||||
|
||||
export type ExecToolConfig = {
|
||||
/** Exec host routing (default: sandbox with sandbox runtime, otherwise gateway). */
|
||||
/** Exec host routing (default: sandbox). */
|
||||
host?: "sandbox" | "gateway" | "node";
|
||||
/** Exec security mode (default: deny). */
|
||||
security?: "deny" | "allowlist" | "full";
|
||||
|
||||
Reference in New Issue
Block a user