mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:11:23 +00:00
fix: harden allow-always shell multiplexer wrapper handling
This commit is contained in:
@@ -15,6 +15,8 @@ describe("exec safe-bin runtime policy", () => {
|
||||
{ bin: "node20", expected: true },
|
||||
{ bin: "ruby3.2", expected: true },
|
||||
{ bin: "bash", expected: true },
|
||||
{ bin: "busybox", expected: true },
|
||||
{ bin: "toybox", expected: true },
|
||||
{ bin: "myfilter", expected: false },
|
||||
{ bin: "jq", expected: false },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user