Refactor execpolicy fallback evaluation

This commit is contained in:
kevin zhao
2025-12-03 19:03:53 +00:00
parent 01a8814747
commit 42721d36e3

View File

@@ -241,7 +241,6 @@ impl ShellHandler {
SandboxPermissions::from(exec_params.with_escalated_permissions.unwrap_or(false)),
)
.await;
let req = ShellRequest {
command: exec_params.command.clone(),
cwd: exec_params.cwd.clone(),