Ignore:
Timestamp:
12/30/2023 06:35:25 PM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
6fec3f5
Parents:
d4ce302c
git-author:
Xi Ruoyao <xry111@…> (12/30/2023 06:04:21 PM)
git-committer:
Xi Ruoyao <xry111@…> (12/30/2023 06:35:25 PM)
Message:

systemd: Fix CVE-2023-7008 (#5405)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    rd4ce302c r8b4fb12  
    4848 <screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
    4949       -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
     50
     51    <!-- https://github.com/systemd/systemd/pull/30549 -->
     52    <para>Now fix a security vulnerability in the DNSSEC verification of
     53    <command>systemd-resolved</command>:</para>
     54
     55<screen><userinput remap='pre'>sed -e '/return FLAGS_SET.*AUTHENTICATED/s/(t/(dt/' \
     56    -i src/resolve/resolved-dns-transaction.c</userinput></screen>
    5057
    5158    <para>Prepare systemd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.