If a call is made to qubes.Service
from dom0, qrexec doesn’t check for qubes.Service+
, only qubes.Service
#9090
Labels
affects-4.1
This issue affects Qubes OS 4.1.
affects-4.2
This issue affects Qubes OS 4.2.
C: core
diagnosed
Technical diagnosis has been performed (see issue comments).
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
pr submitted
A pull request has been submitted for this issue.
T: bug
Type: bug report. A problem or defect resulting in unintended behavior in something that exists.
How to file a helpful issue
Qubes OS release
R4.2, but R4.1 is probably also affected.
Brief summary
If dom0 makes a call to
qubes.Service
(perhaps viaqvm-run --service VMNAME qubes.Service
), there is no check for/etc/qubes-rpc/qubes.Service+
(with explicit empty argument), only/etc/qubes-rpc/qubes.Service
(with no argument).Steps to reproduce
See above.
Expected behavior
/etc/qubes-rpc/qubes.Service+
is preferred.Actual behavior
/etc/qubes-rpc/qubes.Service+
is not searched for.The text was updated successfully, but these errors were encountered: