-
-
Couldn't load subscription status.
- Fork 115
Make qubesd connected directly as an socket qrexec service #339
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #339 +/- ##
==========================================
+ Coverage 63.70% 63.95% +0.24%
==========================================
Files 50 49 -1
Lines 9041 9044 +3
==========================================
+ Hits 5760 5784 +24
+ Misses 3281 3260 -21
Continue to review full report at Codecov.
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/8317#dependencies Failed tests
New failuresCompared to: https://openqa.qubes-os.org/tests/6362#dependencies
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/6362#dependencies
|
Remove intermediate qubesd-query-fast proxy process. This requires changing socket protocol to match what qrexec is sending in the header. Fixes QubesOS/qubes-issues#3293
Since qubesd is connected directly as a socket-based qrexec service, the qubesd-query-fast tool isn't needed anymore.
Policy engine (cli/daemon) accesses qubesd through a socket - must match the protocol change.
Remove intermediate qubesd-query-fast proxy process. This requires changing
socket protocol to match what qrexec is sending in the header.
Fixes QubesOS/qubes-issues#3293