chore: move pre_main_hardening() utility into its own crate (#4403)

This commit is contained in:
Michael Bolin
2025-09-28 14:35:14 -07:00
committed by GitHub
parent 9ee6e6f342
commit 43615becf0
6 changed files with 51 additions and 21 deletions

9
codex-rs/Cargo.lock generated
View File

@@ -692,12 +692,12 @@ dependencies = [
"codex-exec",
"codex-login",
"codex-mcp-server",
"codex-process-hardening",
"codex-protocol",
"codex-protocol-ts",
"codex-responses-api-proxy",
"codex-tui",
"ctor 0.5.0",
"libc",
"owo-colors",
"predicates",
"pretty_assertions",
@@ -949,6 +949,13 @@ dependencies = [
"wiremock",
]
[[package]]
name = "codex-process-hardening"
version = "0.0.0"
dependencies = [
"libc",
]
[[package]]
name = "codex-protocol"
version = "0.0.0"