Apply 2023-10-25 advisory in BUILD instructions

On the security advisory done in 2023-10-25 we updated the instructions
in INSTALL.md, but missed the ones in BUILD.md, leaving developers with
a network path. This is not too critical since it's development but it
should be fixed in any case.

[1]: https://github.com/freedomofpress/dangerzone/blob/5acb968/docs/advisories/2023-10-25.md
This commit is contained in:
deeplow 2023-12-07 12:03:52 +00:00
parent 0ae7f89dea
commit 6597b57452
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -164,8 +164,8 @@ The following instructions require typing commands in a terminal in dom0.
``` ```
qvm-create --class AppVM --label red --template fedora-38-dz \ qvm-create --class AppVM --label red --template fedora-38-dz \
--prop netvm="" --prop template_for_dispvms=True \ --prop netvm="" --prop template_for_dispvms=True \
dz-dvm --prop default_dispvm='' dz-dvm
``` ```
3. Create an **app** qube (`dz`) that will be used for Dangerzone development 3. Create an **app** qube (`dz`) that will be used for Dangerzone development