From f86d03762350b0e8659e67fcbbd7c34c706b40ec Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sun, 15 Jan 2023 20:11:23 +0000 Subject: [PATCH] docs/man: remove reference to default vsock CID This was dropped on reviewers' request in the revision that got merged, but reference in two documents was not updated. Fix it. Follow-up for: https://github.com/systemd/systemd/pull/25918 --- docs/CREDENTIALS.md | 6 ++---- man/systemd.system-credentials.xml | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/CREDENTIALS.md b/docs/CREDENTIALS.md index debe0a714f..04309a15fe 100644 --- a/docs/CREDENTIALS.md +++ b/docs/CREDENTIALS.md @@ -337,10 +337,8 @@ Various services shipped with `systemd` consume credentials for tweaking behavio to receive a notification via VSOCK when a virtual machine has finished booting. 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::`, where `` is optional and if omitted will - default to talking to the hypervisor (`0`). 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. + form: `vsock::`. 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. * [`systemd-sysusers(8)`](https://www.freedesktop.org/software/systemd/man/systemd-sysusers.html) will look for the credentials `passwd.hashed-password.`, diff --git a/man/systemd.system-credentials.xml b/man/systemd.system-credentials.xml index 95a437adc4..a73aef9ed0 100644 --- a/man/systemd.system-credentials.xml +++ b/man/systemd.system-credentials.xml @@ -211,9 +211,7 @@ Note that in case the hypervisor does not support SOCK_DGRAM over AF_VSOCK, SOCK_SEQPACKET will be tried instead. The credential payload for AF_VSOCK should be - in the form: vsock:CID:PORT, where CID is - optional and if omitted will default to talking to the hypervisor - (0). + in the form: vsock:CID:PORT.