-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Usable error message: qvm-move-to-vm and qvm-copy-to-vm target dom0 #2031
Comments
This happens because dom0 has a policy for qubes.Filecopy:
but no actual RPC service (no When a VM tries to invoke qubes.Filecopy on dom0, qrexec-policy is consulted as normal:
You get a dialog asking to confirm. And if you do, then it tries to run the service:
but no such service exists. One possible solution is to just add:
to the top of the policy. Thoughts? |
It already wasn't possible to qubes.Filecopy to dom0 because dom0 had no actual qubes.Filecopy service. The introduction of this policy only improves the error message when someone tries. Fixes QubesOS/qubes-issues#2031
I think the bug is elsewhere: documentation says |
Regression test for QubesOS/qubes-issues#2031
Automated announcement from builder-github The package
|
Regression test for QubesOS/qubes-issues#2031 (cherry picked from commit 68a116e)
Design documentation says: 'note string dom0 does not match the $anyvm pattern; all other names do' This behaviour was broken, because 'is not' in python isn't the same as string comparison. In theory this could result in some service erroneously allowed to execute in dom0, but in practice such services are not installed in dom0 at all, so the only impact was misleading error message. Fixes QubesOS/qubes-issues#2031 Reported by @Jeeppler (cherry picked from commit 981a11c)
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
Regression test for QubesOS/qubes-issues#2031 (cherry picked from commit 68a116e)
Qubes OS version (e.g.,
R3.1
):R3.1
Affected TemplateVMs (e.g.,
fedora-23
, if applicable):all
Expected behavior:
Expect an error message like:
or
each with useful qrexec error dialog message.
Actual behavior:
No, useful error message:
The text was updated successfully, but these errors were encountered: