refactor: make bubblewrap the default Linux sandbox#13996
Merged
viyatb-oai merged 8 commits intomainfrom Mar 12, 2026
Merged
Conversation
viyatb-oai
added a commit
that referenced
this pull request
Mar 10, 2026
viyatb-oai
added a commit
that referenced
this pull request
Mar 10, 2026
e1a60a2 to
701f145
Compare
viyatb-oai
added a commit
that referenced
this pull request
Mar 10, 2026
fee8d4b to
a6afe41
Compare
d7169dd to
7e5e306
Compare
This was referenced Mar 12, 2026
bolinfest
approved these changes
Mar 12, 2026
| // Use urllib without overriding proxy settings so managed-network sessions | ||
| // continue to exercise the env-based proxy routing path under bubblewrap. | ||
| let fetch_command = | ||
| "python3 -c \"import urllib.request; opener = urllib.request.build_opener(urllib.request.ProxyHandler()); print('OK:' + opener.open('http://codex-network-test.invalid', timeout=30).read().decode(errors='replace'))\"" |
| inner.push("--use-bwrap-sandbox".to_string()); | ||
| inner.push("--apply-seccomp-then-exec".to_string()); | ||
| } | ||
| inner.push("--apply-seccomp-then-exec".to_string()); |
Collaborator
There was a problem hiding this comment.
Should this move into the vec![] declaration?
Collaborator
Author
There was a problem hiding this comment.
good idea, let me get it in
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
use_legacy_landlockas the only overrideuse_linux_sandbox_bwrapfrom feature, config, schema, and docs surfaces