mirror of
https://github.com/openai/codex.git
synced 2026-05-02 02:17:22 +00:00
Isolate Linux sandbox IPC namespace
This commit is contained in:
@@ -82,7 +82,8 @@ commands that would enter the bubblewrap path.
|
||||
writable roots are blocked by mounting `/dev/null` on the symlink or first
|
||||
missing component.
|
||||
- When bubblewrap is active, the helper explicitly isolates the user namespace via
|
||||
`--unshare-user` and the PID namespace via `--unshare-pid`.
|
||||
`--unshare-user`, the PID namespace via `--unshare-pid`, and the IPC namespace
|
||||
via `--unshare-ipc`.
|
||||
- When bubblewrap is active and network is restricted without proxy routing, the helper also
|
||||
isolates the network namespace via `--unshare-net`.
|
||||
- In managed proxy mode, the helper uses `--unshare-net` plus an internal
|
||||
|
||||
Reference in New Issue
Block a user