test(cua-driver): verify live Windows executable grants - #3600
Merged
Conversation
f-trycua
force-pushed
the
codex/3330-windows-grant-regression
branch
from
September 6, 2026 22:37
d301ae0 to
0045bc9
Compare
f-trycua
marked this pull request as ready for review
September 6, 2026 22:37
f-trycua
force-pushed
the
codex/3330-windows-grant-regression
branch
3 times, most recently
from
September 6, 2026 23:13
40b304f to
4484839
Compare
f-trycua
force-pushed
the
codex/3330-windows-grant-regression
branch
from
September 6, 2026 23:15
4484839 to
b9077d6
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.
Issue #3330 reports that Windows bounded application grants cannot match processes without installed-app identity fields. Main already canonicalizes live Windows executable fingerprints (#3299), and shared authorization enriches resources with those fingerprints before grant matching.
Add a Windows-native regression across that boundary: collect the live test process fingerprint, load a v3 executable manifest, and verify both observation and input grants with null
bundle_idandlaunch_path. The exact executable is allowed and a different executable is denied. This is test coverage; no authorization behavior changes.Refs #3330.
Validation:
cargo fmt --all -- --checkandgit diff --checkpass.live_executable_grant_matches_without_installed_app_identity. Its PR-merge checkout tree exactly matches candidated301ae0287986474c2823ded6217da55a371c473.5996b0667d14a441506909453126885f725d1cfais rebased onto main after ci(cua-driver): execute complete Windows core tests #3596 with an identical patch. Windows run 34065623076 passed, including all 586 core tests and the live executable-grant regression. All ordinary PR checks passed or were skipped by workflow conditions.b9077d6cf68fede6e6c5905fbf7487b4f257b8f0rebases over intervening Fleet documentation merges. Compared with the passing candidate, only Fleet documentation and its dedicated tutorial test/workflow differ. The grant patch, complete Driver source/tests, and every Driver CI workflow are identical. Existing Windows behavioral evidence remains applicable; fresh required merge checks are revalidated.no-releaseaccounts for the test-only edit in a release-tracked source file. Release publication is excluded.