Ignore:
Timestamp:
01/13/2022 09:16:37 PM (2 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
194e133
Parents:
d21ec2f
Message:

Fix CVE-2021-3997 in systemd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rd21ec2f rc8df034  
    4141    <title>Installation of systemd</title>
    4242
    43     <!--Fix CVE-2021-33910 -->
    44     <!--
    45     <para>First, apply a patch to fix a security vulnerability:</para>
     43    <para>First, apply a patch to fix a security vulnerability and regressions
     44    with hostnames and idle units:</para>
    4645
    4746<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-upstream_fixes-1.patch</userinput></screen>
    48 -->
    4947
    5048    <para>Remove two unneeded groups,
     
    204202
    205203<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
    206 
    207     <para>Fix a regression in a systemd unit that causes a delay when
    208     switching TTYs:</para>
    209 
    210 <screen><userinput remap="adjust">sed -i 's/idle/simple/' /usr/lib/systemd/system/getty@.service</userinput></screen>
    211204
    212205<!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out.
Note: See TracChangeset for help on using the changeset viewer.