]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document unlocked as default IMDS network mode
authorGuillaume Kehren <kehren.guillaume@gmail.com>
Tue, 21 Jul 2026 09:14:33 +0000 (11:14 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 21 Jul 2026 10:43:52 +0000 (11:43 +0100)
The default IMDS network mode was changed to unlocked, but the
systemd-imdsd@.service documentation still described locked as the
default.

Fixes #42687

man/systemd-imdsd@.service.xml

index 0d08a58120c386fb89db26e49ddd9c361e3724a0..d4007b7c87f5c8d8463baa9b197247741274b91c 100644 (file)
           <para>Takes one of <literal>off</literal>, <literal>locked</literal>,
           <literal>unlocked</literal>. Controls whether and how to set up networking for IMDS endpoint
           access. Unless set to <literal>off</literal> early boot networking is enabled, ensuring that the
-          IMDS endpoint can be reached. If set to <literal>locked</literal> (the default) direct access to
+          IMDS endpoint can be reached. If set to <literal>locked</literal> direct access to
           the IMDS endpoint by regular unprivileged processes is disabled via a "prohibit" route, so that any
           access must be done through <filename>systemd-imdsd@.service</filename> or its associated tools. If
-          set to <literal>unlocked</literal> this "prohibit" route is not created, and regular unprivileged
+          set to <literal>unlocked</literal> (the default) this "prohibit" route is not created, and regular unprivileged
           processes can directly contact IMDS.</para>
 
           <xi:include href="version-info.xml" xpointer="v261"/>