feat(isolation): define the RFC 0012 boundary contract - #2941
Open
drew wants to merge 11 commits into
Open
Conversation
drew
force-pushed
the
codex/1737-rfc12-contract
branch
from
August 26, 2026 06:21
6cf58c4 to
25881f1
Compare
This was referenced Aug 26, 2026
drew
force-pushed
the
codex/1737-rfc12-contract
branch
from
August 31, 2026 23:52
25881f1 to
a247029
Compare
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
This was referenced Sep 1, 2026
drew
marked this pull request as ready for review
September 3, 2026 01:46
drew
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 3, 2026 01:46
drew
force-pushed
the
codex/1737-rfc12-contract
branch
from
September 3, 2026 14:34
807b489 to
a5dc6db
Compare
|
Label |
drew
force-pushed
the
codex/1737-rfc12-contract
branch
from
September 5, 2026 16:08
a5dc6db to
05a961b
Compare
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-contract
branch
from
September 8, 2026 22:32
7eb8e06 to
05a961b
Compare
This was referenced Sep 8, 2026
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 <385+drew@users.noreply.github.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>
…tions Signed-off-by: Drew Newberry <anewberry@nvidia.com>
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
drew
force-pushed
the
codex/1737-rfc12-contract
branch
from
September 9, 2026 04:53
daf3da9 to
24514b0
Compare
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
Define the base RFC 0012 isolation contract for separating the trusted supervisor from the in-workload sandbox runtime. The contract is intentionally breaking: drivers must provide an authenticated protected channel, lifecycle ownership, process control, binary identity, TCP mediation, and DNS mediation.
General application UDP mediation is not part of this stack. DNS may use UDP or TCP internally, but both paths remain mediated by the supervisor.
Related Issue
Part of #1737.
Changes
Testing
mise run pre-commitpassesChecklist
Review remediation
Stack