aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2022-01-13 15:16:37 -0600
committerDouglas R. Reno <renodr@linuxfromscratch.org>2022-01-13 15:16:37 -0600
commitc8df034e5fac95187683af6dea88781b4082a60e (patch)
treef066f3824df05eb54a97f5c526284bad2785c002 /chapter10
parentd21ec2fcbb46ee07dc404a39b3bebba762a91a6b (diff)
Fix CVE-2021-3997 in systemd.
Diffstat (limited to 'chapter10')
-rw-r--r--chapter10/kernel.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml
index 213fcd6eb..396573170 100644
--- a/chapter10/kernel.xml
+++ b/chapter10/kernel.xml
@@ -212,12 +212,6 @@ File systems ---&gt;
configuration menus and create the kernel configuration from
scratch.</para>
- <note revision="systemd">
- <para revision="systemd">Ensure that CONFIG_DEFAULT_HOSTNAME is set to '(none)' or a hostname.
- If it is left blank, systemd will fail to set the hostname to the
- content of <filename>/etc/hostname</filename>.</para>
- </note>
-
<para>Compile the kernel image and modules:</para>
<screen><userinput remap="make">make</userinput></screen>