-
-
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
"default-kernel" global property doesn't validate if the kernel exists #8992
Comments
It appears that the readily available Doing it at |
No, it should be done on the backend side.
I think it can be extracted to a helper function, and then connected to a |
Ok. It is done at Daemon level. PS Submitted Review priority: low |
fixes: QubesOS/qubes-issues#8992 (cherry picked from commit 151010d)
How to file a helpful issue
Qubes OS release
R4.2 (likely R4.1 too)
Brief summary
Setting
default-kernel
to invalid value prevents starting any qube. qubesd should refuse to set invalid value.Steps to reproduce
qubes-prefs default-kernel xxx
Expected behavior
xxx
value is refusedActual behavior
Value is accepted and no qube can start due to non-existing kernel.
The text was updated successfully, but these errors were encountered: