]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/man: remove reference to default vsock CID
authorLuca Boccassi <bluca@debian.org>
Sun, 15 Jan 2023 20:11:23 +0000 (20:11 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 15 Jan 2023 22:17:15 +0000 (22:17 +0000)
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
man/systemd.system-credentials.xml

index debe0a714f4c1d71df207a276602c19ba7810a0b..04309a15fef167c990a9a23a3eb0f6679954c787 100644 (file)
@@ -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:<CID>:<PORT>`, where `<CID>` 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:<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.
 
 * [`systemd-sysusers(8)`](https://www.freedesktop.org/software/systemd/man/systemd-sysusers.html)
   will look for the credentials `passwd.hashed-password.<username>`,
index 95a437adc4ddf211456cf85e4285f19f53abe0ca..a73aef9ed009a3fb52259fe62c40e687ee899ae6 100644 (file)
           Note that in case the hypervisor does not support <constant>SOCK_DGRAM</constant>
           over <constant>AF_VSOCK</constant>, <constant>SOCK_SEQPACKET</constant> will be
           tried instead. The credential payload for <constant>AF_VSOCK</constant> should be
-          in the form: <literal>vsock:CID:PORT</literal>, where <literal>CID</literal> is
-          optional and if omitted will default to talking to the hypervisor
-          (<constant>0</constant>).</para>
+          in the form: <literal>vsock:CID:PORT</literal>.</para>
         </listitem>
       </varlistentry>