mirror of
https://github.com/openai/codex.git
synced 2026-05-29 15:30:22 +00:00
style: format restacked sandbox audit path
Co-authored-by: Codex noreply@openai.com
This commit is contained in:
@@ -271,8 +271,7 @@ impl UnifiedExecProcess {
|
||||
..Default::default()
|
||||
};
|
||||
if is_likely_sandbox_denied(sandbox_type, &exec_output) {
|
||||
if let Some(violation) =
|
||||
record_filesystem_sandbox_violation(sandbox_type, &exec_output)
|
||||
if let Some(violation) = record_filesystem_sandbox_violation(sandbox_type, &exec_output)
|
||||
{
|
||||
crate::security_events::record_sandbox_violation_audit(
|
||||
self.sandbox_violation_context.as_ref(),
|
||||
|
||||
Reference in New Issue
Block a user