From 6597b57452d0b5eb3bf324e62aad62307787f33e Mon Sep 17 00:00:00 2001 From: deeplow Date: Thu, 7 Dec 2023 12:03:52 +0000 Subject: [PATCH] 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 --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index a213dc9..81ffcdf 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 \ - --prop netvm="" --prop template_for_dispvms=True \ - dz-dvm + --prop netvm="" --prop template_for_dispvms=True \ + --prop default_dispvm='' dz-dvm ``` 3. Create an **app** qube (`dz`) that will be used for Dangerzone development