From 4e30201deedea040484f1bcbc48f513a9cf0698a Mon Sep 17 00:00:00 2001 From: p-suedo <41720709+p-suedo@users.noreply.github.com> Date: Fri, 24 Aug 2018 09:10:27 +0000 Subject: [PATCH] correcting with docs This is not exactly like docs, but I followed https://www.qubes-os.org/doc/dispvm/ (and is also like other 3-4 specific on this page) - hope this is good. If not, tell me and I will fix better! --- common-tasks/software-update-vm.md | 31 +++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/common-tasks/software-update-vm.md b/common-tasks/software-update-vm.md index 79223108..fb100538 100644 --- a/common-tasks/software-update-vm.md +++ b/common-tasks/software-update-vm.md @@ -168,7 +168,29 @@ However, a compromise of a template affects only a subset of all your AppVMs (in Also, if your AppVMs are network disconnected, even though their filesystems might get compromised due to the corresponding template compromise, it still would be difficult for the attacker to actually leak out the data stolen in an AppVM. Not impossible (due to existence of cover channels between VMs on x86 architecture), but difficult and slow. -Standalone VMs +Standalone VMs (R4.0 and later) +-------------- +Standalone VMs have their own copy of the whole filesystem, and thus can be updated and managed on their own. +But this means that they take a few GBs on disk, and also that centralized updates do not apply to them. + +Sometimes it might be convenient to have a VM that has its own filesystem, where you can directly introduce changes, without the need to start/stop the template VM. +Such situations include e.g.: + +- VMs used for development (devel environments require a lot of \*-devel packages and specific devel tools) + +- VMs used for installing untrusted packages. + Normally you install digitally signed software from Red Hat/Fedora repositories, and it's reasonable that such software has non malicious *installation* scripts (rpm pre/post scripts). + However, when you would like to install some packages from less trusted sources, or unsigned, then using a dedicated (untrusted) standalone VM might be a better way. + +In order to create a standalone VM you can use a command line like this (from console in Dom0): + +``` +qvm-create --class StandaloneVM --label