mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
chore(sandboxing): drop leftover manager churn
Co-authored-by: Codex noreply@openai.com
This commit is contained in:
@@ -200,9 +200,8 @@ impl SandboxManager {
|
||||
SandboxType::None => (os_argv_to_strings(argv), None),
|
||||
#[cfg(target_os = "macos")]
|
||||
SandboxType::MacosSeatbelt => {
|
||||
let command = os_argv_to_strings(argv);
|
||||
let mut args = create_seatbelt_command_args_for_policies(
|
||||
command,
|
||||
os_argv_to_strings(argv),
|
||||
&effective_file_system_policy,
|
||||
effective_network_policy,
|
||||
sandbox_policy_cwd,
|
||||
|
||||
Reference in New Issue
Block a user