mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 06:28:34 +00:00
fix(exec): harden safe-bin trust and add explicit trusted dirs
This commit is contained in:
@@ -418,6 +418,8 @@ export const FIELD_HELP: Record<string, string> = {
|
||||
"tools.exec.pathPrepend": "Directories to prepend to PATH for exec runs (gateway/sandbox).",
|
||||
"tools.exec.safeBins":
|
||||
"Allow stdin-only safe binaries to run without explicit allowlist entries.",
|
||||
"tools.exec.safeBinTrustedDirs":
|
||||
"Additional explicit directories trusted for safe-bin path checks (PATH entries are never auto-trusted).",
|
||||
"tools.exec.safeBinProfiles":
|
||||
"Optional per-binary safe-bin profiles (positional limits + allowed/denied flags).",
|
||||
"tools.profile":
|
||||
|
||||
Reference in New Issue
Block a user