feat(isolation): split supervisor and sandbox runtimes - #3151
Open
drew wants to merge 12 commits into
Open
Conversation
drew
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 3, 2026 01:46
This was referenced Sep 3, 2026
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 3, 2026 14:34
c1072f8 to
35727e8
Compare
|
Label |
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 5, 2026 16:08
35727e8 to
efa1011
Compare
|
🌿 Preview your docs: https://nvidia-preview-pr-3151.docs.buildwithfern.com/openshell |
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 5, 2026 20:24
b2848a6 to
33304c3
Compare
Collaborator
Author
|
/ok to test |
10 similar comments
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
2 similar comments
Collaborator
Author
|
/ok to test |
Collaborator
Author
|
/ok to test |
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 8, 2026 22:32
5465ecd to
bdd19eb
Compare
5 tasks
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 9, 2026 04:39
fd255bf to
fcbf260
Compare
5 tasks
drew
removed this pull request from stack #3152
September 9, 2026 04:42
drew
added this pull request to stack #3231
September 9, 2026 04:42
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
force-pushed
the
codex/1737-rfc12-supervisor-modes
branch
from
September 9, 2026 04:53
fcbf260 to
ef53c81
Compare
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
…itives' into codex/loopback-connector-runtime
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Split the existing combined runtime into two explicit programs:
openshell-supervisor, which stays outside the agent workload, andopenshell-sandbox, which runs inside the workload and owns its process tree. The two communicate over the shared authenticated gRPC boundary protocol from #2942.The sandbox uses seccomp notification to intercept TCP socket setup and DNS operations without proxy environment variables. The external supervisor performs policy evaluation, DNS resolution, upstream TCP dialing, L7 enforcement, credential handling, and gateway session management. General application UDP is intentionally unsupported.
Related Issue
Part of #1737.
Changes
openshell-supervisorbinary and slimopenshell-sandboxboundary runtime.Testing
mise run pre-commitpassesChecklist
Review remediation
Stack