mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:11:23 +00:00
fix: harden allow-always shell multiplexer wrapper handling
This commit is contained in:
@@ -17,6 +17,7 @@ export type ExecSafeBinConfigScope = {
|
||||
const INTERPRETER_LIKE_SAFE_BINS = new Set([
|
||||
"ash",
|
||||
"bash",
|
||||
"busybox",
|
||||
"bun",
|
||||
"cmd",
|
||||
"cmd.exe",
|
||||
@@ -40,6 +41,7 @@ const INTERPRETER_LIKE_SAFE_BINS = new Set([
|
||||
"python3",
|
||||
"ruby",
|
||||
"sh",
|
||||
"toybox",
|
||||
"wscript",
|
||||
"zsh",
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user