From af97eb0f11ef14ef5f001072dc3cbebb532a9dbb Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 3 Aug 2020 16:24:20 -0500 Subject: [PATCH] Add DisposableVM example --- user/common-tasks/disposablevm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user/common-tasks/disposablevm.md b/user/common-tasks/disposablevm.md index f59be63f..3e7c452a 100644 --- a/user/common-tasks/disposablevm.md +++ b/user/common-tasks/disposablevm.md @@ -20,7 +20,9 @@ This means that you can safely work with untrusted files without risk of comprom DisposableVMs can be launched either directly from dom0's Start Menu or terminal window, or from within AppVMs. While running, DisposableVMs will appear in Qubes VM Manager with the name `disp####`. -See [this article](https://blog.invisiblethings.org/2010/06/01/disposable-vms.html) for more on why one would want to use a DisposableVM. +[![disposablevm-example.png](/attachment/wiki/DisposableVms/disposablevm-example.png)](/attachment/wiki/DisposableVms/disposablevm-example.png) + +This diagram provides a general example of how DisposableVMs can be used to safely open untrusted links and attachments in DisposableVMs. See [this article](https://blog.invisiblethings.org/2010/06/01/disposable-vms.html) for more on why one would want to use a DisposableVM. ## Security ##