fix: fix comment linter lint violations in Linux-only code (#16118)

https://github.com/openai/codex/pull/16071 took care of this for
Windows, so this takes care of things for Linux.

We don't touch the CI jobs in this PR because
https://github.com/openai/codex/pull/16106 is going to be the real fix
there (including a major speedup!).
This commit is contained in:
Michael Bolin
2026-03-28 11:09:41 -07:00
committed by GitHub
parent 61429a6c10
commit 65f631c3d6
3 changed files with 42 additions and 36 deletions

View File

@@ -51,9 +51,9 @@ async fn spawn_command_under_sandbox(
command_cwd,
sandbox_policy,
sandbox_cwd,
false,
/*use_legacy_landlock*/ false,
stdio_policy,
None,
/*network*/ None,
env,
)
.await