mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
Add PR description file for execpolicy refactor
This commit is contained in:
@@ -241,6 +241,7 @@ 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(),
|
||||
|
||||
Reference in New Issue
Block a user