Add DisposableVM example

This commit is contained in:
Andrew David Wong 2020-08-03 16:24:20 -05:00
parent 2a7f3ef3a8
commit af97eb0f11
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -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. 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####`. 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 ## ## Security ##