Update glossary

- Add entry for "admin qube"
- Add entry for "named disposable" (QubesOS/qubes-issues#6709)
- Clarify disposable-related definitions (QubesOS/qubes-issues#6709)
- Add "previously known as" terms
- Clarify wording in various entries
This commit is contained in:
Andrew David Wong 2021-06-18 20:34:02 -07:00
parent ba232b6b58
commit 0a53418de1
No known key found for this signature in database
GPG key ID: 8CE137352A019A17
2 changed files with 61 additions and 24 deletions

View file

@ -81,9 +81,9 @@ This can be done by customizing the disposable template on which it is based:
4. Shutdown the qube (either by `poweroff` from qube's terminal, or `qvm-shutdown` from dom0 terminal).
## Using static disposables for sys-*
## Using named disposables for sys-*
You can use a static disposable for `sys-*` as long as it is stateless.
You can use a [named disposable](/doc/glossary/#named-disposable) for `sys-*` as long as it is stateless.
For example, a `sys-net` using DHCP or `sys-usb` will work.
In most cases `sys-firewall` will also work, even if you have configured app qube firewall rules.
The only exception is if you require something like VM to VM communication and have manually edited `iptables` or other items directly inside the firewall app qube.