Skip to content

Commit 3aebef0

Browse files
authored
πŸ“ Document cni deny category (#140)
1 parent 18e3928 commit 3aebef0

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

β€Ždocs/tools/apt.mdβ€Ž

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,20 @@ Notable configurations include:
6666
The *workspace* runs headless, so it ships preference files that block packages with no
6767
use inside a container. These are grouped by category:
6868

69-
- `x11` β€” X11 server, GTK/Qt toolkits, Mesa
70-
- `desktop` β€” Bluetooth, Avahi, NetworkManager, wireless daemons
71-
- `mail` β€” Postfix, Exim, Sendmail, mail clients
72-
- `printing` β€” CUPS, printer drivers
73-
- `daemons` β€” `systemd-timesyncd`, NTP, Chrony
74-
- `language-pack` β€” locale packages
75-
- `obsolete` β€” `anacron`, `at`
69+
- `x11`: X11 server, GTK/Qt toolkits, Mesa
70+
- `desktop`: Bluetooth, Avahi, NetworkManager, wireless daemons
71+
- `mail`: Postfix, Exim, Sendmail, mail clients
72+
- `printing`: CUPS, printer drivers
73+
- `daemons`: `systemd-timesyncd`, NTP, Chrony
74+
- `cni`: `containernetworking-plugins` *(podman defaults to `netavark`)*
75+
- `language-pack`: locale packages
76+
- `obsolete`: `anacron`, `at`
7677

7778
If you need to install a package that pulls in a restricted dependency, opt out with:
7879

7980
- <EnvVar group="apt" name="disable_restrictions" />
8081

81-
Lift a single category β€” useful for installing X11 client libraries while leaving
82+
Lift a single category, useful for installing X11 client libraries while leaving
8283
mail and printing blocked:
8384

8485
```sh{2}

0 commit comments

Comments
Β (0)