diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-01-13 15:16:37 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2022-01-13 15:16:37 -0600 |
commit | c8df034e5fac95187683af6dea88781b4082a60e (patch) | |
tree | f066f3824df05eb54a97f5c526284bad2785c002 /chapter10 | |
parent | d21ec2fcbb46ee07dc404a39b3bebba762a91a6b (diff) |
Fix CVE-2021-3997 in systemd.
Diffstat (limited to 'chapter10')
-rw-r--r-- | chapter10/kernel.xml | 6 |
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 ---> 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> |