Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFD 195: Windows VNet Support #50850

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

nklaassen
Copy link
Contributor

No description provided.

@github-actions github-actions bot added rfd Request for Discussion size/md labels Jan 8, 2025
@nklaassen nklaassen mentioned this pull request Jan 8, 2025
1 task
Comment on lines +160 to +168
When calling the `AuthenticateProcess` RPC, the Windows service will:
1. Create a Windows named pipe and give the installing user SID permission to open the pipe.
1. Pass the name of the pipe (via the RPC) to the user process.
1. Wait for the user process to dial the named pipe.
1. Use the Windows API `GetNamedPipeClientProcessId` to get the pipe client
process handle.
1. Once it has the user process handle, it can confirm the path of the exe
matches the path of the Windows service, and confirm that the exe is signed
by the same issuer as itself.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if this fails for some reason? What is the UX for the user?

Comment on lines +241 to +244
// root_cluster is the root cluster in which the app is found.
string root_cluster = 2;
// leaf_cluster is the leaf cluster in which the app is found.
string leaf_cluster = 3;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will an app appear in both? Could this be flattened to a single cluster field?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rfd Request for Discussion size/md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants