Closed evq closed 1 month ago
See https://github.com/QubesOS/qubes-issues/issues/7992#issuecomment-2344636061 for explanation why not.
This issue has been closed as "declined." This means that the issue describes a legitimate bug (in the case of bug reports) or proposal (in the case of enhancements and tasks), and it is actionable, at least in principle. Nonetheless, it has been decided that no action will be taken on this issue. Here are some examples of reasons why an issue may be declined:
These are just general examples. If the specific reason for this particular issue being declined has not already been provided, please feel free to leave a comment below asking for an explanation.
We respect the time and effort you have taken to file this issue, and we understand that this outcome may be unsatisfying. Please accept our sincere apologies and know that we greatly value your participation and membership in the Qubes community.
If anyone reading this believes that this issue was closed in error or that the resolution of "declined" is not accurate, please leave a comment below saying so, and the Qubes team will review this issue again. For more information, see How issues get closed.
The problem you're addressing (if any)
currently afaict all updates are handled through
vmupdate
which involves injecting the agent into the running VM. the agent is installed in dom0 but contains code that is specific to each templatevm distribution. in the general case, this makes it slightly more difficult to add support for new distributions since changes need to be coordinated across dom0 and the new templatevm. with thequbes.InstallUpdatesGUI
mechanism, it was previously easy for a new templatevm ( or end user ) to override the updates behavior.The solution you'd like
consider adding an RPC based unattended upgrades mechanism, e.g.
qubes.InstallUpdates
. this could write it's logs to/var/log/qubes/qubes-update
to conform to current expectations around thevmupdate
agent.this could simply be a fallback for distributions where the agent is unsupported or it could be the primary target whose default implementation simply launches the injected agent. the latter allows for potential end user customization.
The value to a user, and who that user might be
Completion criteria checklist
(This section is for developer use only. Please do not modify it.)