Changeset 6f306ab9


Ignore:
Timestamp:
02/01/2012 01:33:00 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2f0a768
Parents:
20c59bd
Message:

patch sudo to fix a security problem

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    r20c59bd r6f306ab9  
    5757      <listitem>
    5858        <para>Estimated build time: &sudo-time;</para>
     59      </listitem>
     60    </itemizedlist>
     61
     62    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     63    <itemizedlist spacing="compact">
     64      <listitem>
     65        <para>Required patch: <ulink
     66        url="&patch-root;/sudo-&sudo-version;-fprintf_debug-1.patch"/></para>
    5967      </listitem>
    6068    </itemizedlist>
     
    8593    the following commands:</para>
    8694
    87 <screen><userinput>./configure --prefix=/usr \
     95<screen><userinput>patch -p1 &lt; ../sudo-&sudo-version;-fprintf_debug-1.patch &amp;&amp;
     96./configure --prefix=/usr \
    8897            --libexecdir=/usr/lib \
    8998            --with-ignore-dot \
     
    106115  <sect2 role="commands">
    107116    <title>Command Explanations</title>
     117
     118    <para><command>patch -p1 &lt; ...</command>: This patch fixes a
     119    vulnerability in the debugging code in sudo versions 1.8.0 through 1.8.3p1
     120    that can be used to crash sudo or potentially allow an unauthorized user to
     121    achieve root privileges.</para>
    108122
    109123    <para><option>--with-ignore-dot</option>: This switch causes
Note: See TracChangeset for help on using the changeset viewer.