diff options
author | Alexander Krabler <code@a.krabler.eu> | 2024-12-27 18:29:57 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-12-28 04:24:42 +0100 |
commit | 8207345140cc2e74712603a1008f0e410a085762 (patch) | |
tree | 7f52a3a901bcc74d850d34c04c73e426b1fdceb6 | |
parent | creds: fix use-after-free in varlink interface (diff) | |
download | systemd-8207345140cc2e74712603a1008f0e410a085762.tar.xz systemd-8207345140cc2e74712603a1008f0e410a085762.zip |
docs: Clarify requirement
-rw-r--r-- | docs/CREDENTIALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CREDENTIALS.md b/docs/CREDENTIALS.md index 1203f61bb2..2fa17e42fe 100644 --- a/docs/CREDENTIALS.md +++ b/docs/CREDENTIALS.md @@ -378,7 +378,7 @@ Various services shipped with `systemd` consume credentials for tweaking behavio Note that in case the hypervisor does not support `SOCK_DGRAM` over `AF_VSOCK`, `SOCK_SEQPACKET` will be tried instead. The credential payload should be in the form: `vsock:<CID>:<PORT>`. - Also note that this requires support for VHOST to be built-in both the guest and the host kernels, and the kernel modules to be loaded. + Also note that this requires support for VSOCK to be built in both the guest and the host kernels, and the kernel modules to be loaded. * [`systemd-sysusers(8)`](https://www.freedesktop.org/software/systemd/man/systemd-sysusers.html) will look for the credentials `passwd.hashed-password.<username>`, |