diff --git a/user/advanced-topics/disposable-customization.md b/user/advanced-topics/disposable-customization.md index 4b352eb6..b3ad195e 100644 --- a/user/advanced-topics/disposable-customization.md +++ b/user/advanced-topics/disposable-customization.md @@ -15,9 +15,7 @@ title: Disposable customization ## Introduction -A [disposable](/doc/disposable/) can be based on any [app qube](/doc/glossary/#app-qube). -You can also choose to use different [disposable templates](/doc/glossary/#disposable-template) for different disposables. -To prepare an app qube to be a disposable template, you need to set `template_for_dispvms` property: +A [disposable](/doc/disposable/) can be based on any [app qube](/doc/glossary/#app-qube). You can also choose to use different [disposable templates](/doc/glossary/#disposable-template) for different disposables. To prepare an app qube to be a disposable template, you need to set `template_for_dispvms` property: ```shell_session [user@dom0 ~]$ qvm-prefs template_for_dispvms True @@ -33,16 +31,11 @@ Additionally, if you want to have menu entries for starting applications in disp ## Security -If a disposable template becomes compromised, then any disposable based on that disposable template could be compromised. -Therefore, you should not make any risky customizations (e.g., installing untrusted browser plugins) in important disposable templates. -In particular, the *default* disposable template is important because it is used by the "Open in disposable" feature. -This means that it will have access to everything that you open with this feature. -For this reason, it is strongly recommended that you base the default disposable template on a trusted template and refrain from making any risky customizations to it. +If a disposable template becomes compromised, then any disposable based on that disposable template could be compromised. Therefore, you should not make any risky customizations (e.g., installing untrusted browser plugins) in important disposable templates. In particular, the *default* disposable template is important because it is used by the "Open in disposable" feature. This means that it will have access to everything that you open with this feature. For this reason, it is strongly recommended that you base the default disposable template on a trusted template and refrain from making any risky customizations to it. ## Creating a new disposable template -In Qubes 4.0, you're no longer restricted to a single disposable template. Instead, you can create as many as you want. Whenever you start a new disposable, you can choose to base it on whichever disposable template you like. -To create a new disposable template: +In Qubes 4.0, you're no longer restricted to a single disposable template. Instead, you can create as many as you want. Whenever you start a new disposable, you can choose to base it on whichever disposable template you like. To create a new disposable template: ```shell_session [user@dom0 ~]$ qvm-create --template