qubes-core-admin-linux
qubes-core-admin-linux copied to clipboard
Qubes component: core-admin-linux
We should use `/usr/bin/python3` or `/bin/python3`. Using just `python3` can break updater. fixes QubesOS/qubes-issues/issues/9200
When qubes-vm-update is called as root, the log would be created as root, breaking the usage by normal user. Fix this by trying to make the log writable by the...
references https://github.com/QubesOS/qubes-issues/issues/9195
This provides a fix for [#8539](https://github.com/QubesOS/qubes-issues/issues/8539) although, for the time being, without a progress reporting.
This makes qubes-dom0-update aware of various command-line options that take arguments, so it can process them accordingly. It is not a perfect solution; that would require using a C wrapper...
This encrypts dom0 swap with a randomly generated key, which helps prevent its contents from being recovered later.
fixes: https://github.com/QubesOS/qubes-issues/issues/6126
this PR adds support for nixos updates based on the discussion in https://github.com/QubesOS/qubes-issues/issues/7992. thanks for all the quick replies and advice @marmarek #### notes: - this uses a qubes specific...
add flags to apt conf to auto-resolve conffiles conflicts fixes QubesOS/qubes-issues/issues/9072