-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid qrexec-client for VM -> dom0 calls
It isn't needed in this case either. This saves an execve() and makes it easier to change the behavior of qrexec-client without breaking existing qrexec-daemon processes. This also ensures that the service configuration loaded for VM -> dom0 service calls affects the 'struct qrexec_parsed_command' used for service execution, which fixes a bug: skip-service-descriptor=true was ignored for dom0 socket services. Thankfully this feature has not made it into a release yet. Fixes: QubesOS/qubes-issues#9066 Fixes: c6ec6ef ("Support not passing metadata to socket-based services")
- Loading branch information
Showing
8 changed files
with
348 additions
and
277 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.