Ignore:
Timestamp:
01/11/2019 05:05:56 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
227b44ff
Parents:
a1fc616
Message:

Add systemd secuity patch. All users who have systemd installed should apply this as soon as possible.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20944 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    ra1fc616 rb5d17476  
    6464      <listitem>
    6565        <para>Estimated build time: &systemd-time;</para>
     66      </listitem>
     67    </itemizedlist>
     68
     69    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     70    <itemizedlist spacing="compact">
     71      <listitem>
     72        <para>
     73         Required patch:
     74         <ulink url="&patch-root;/systemd-&systemd-version;-security_fixes-1.patch"/>
     75        </para>
    6676      </listitem>
    6777    </itemizedlist>
     
    118128    <title>Installation of systemd</title>
    119129
     130    <para>Apply a critical security patch for journald:</para>
     131
     132<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-security_fixes-1.patch</userinput></screen>
     133
    120134    <para>Remove an unneeded group,
    121135    <systemitem class="groupname">render</systemitem>, from the default udev
Note: See TracChangeset for help on using the changeset viewer.