docs(design): SEC-1.i receiver wiring follow-up -- deferred sites require carrier refactor#4701
Open
oferchen wants to merge 1 commit into
Open
docs(design): SEC-1.i receiver wiring follow-up -- deferred sites require carrier refactor#4701oferchen wants to merge 1 commit into
oferchen wants to merge 1 commit into
Conversation
…uire carrier refactor Catalogues the seven receiver-side metadata-application call sites that would consume the SEC-1.i sandbox helpers, the in-scope sandbox availability per site, and the cross-crate carrier blocker that gates wiring. Picks the same partial-wiring/explicit-deferral shape SEC-1.j took when it found the carrier slice dominated the per-site work, and captures the re-open trigger for when the carrier-design PR lands.
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
fchmodat/fchownat/utimensatvia-sandbox-or-fallback), with the in-scopeDirSandboxavailability per site.metadatadoes not depend onfast_io, and every candidate site funnels throughmetadata::apply_metadata_from_file_entry(and its variants) which directly issueset_permissions/chownat(CWD, ...)/set_file_timeswith no carrier parameter.fast_iodep, extract a trait, or add a callback) and the re-open trigger for when the carrier-design PR lands.Test plan