mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
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:
parent
0ae7f89dea
commit
6597b57452
1 changed files with 2 additions and 2 deletions
4
BUILD.md
4
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
|
||||
|
|
Loading…
Reference in a new issue