Changeset ee05358


Ignore:
Timestamp:
07/04/2006 04:19:05 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
b5155c56
Parents:
d59fe44
Message:

Added a command to the Linux-PAM instructions to alter the unix_chkpwd password helper setuid, thanks to Joerg Billeter for pointing this out

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd59fe44 ree05358  
    1 <!ENTITY day          "03">                   <!-- Always 2 digits -->
     1<!ENTITY day          "04">                   <!-- Always 2 digits -->
    22<!ENTITY month        "07">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "July &day;rd, &year;">
     5<!ENTITY releasedate  "July &day;th, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    473473<!ENTITY sound-juicer-version         "2.14.4">
    474474<!ENTITY totem-version                "1.4.2">
     475<!ENTITY gnome-screensaver-version    "2.14.2">
    475476<!ENTITY gdm-version                  "2.14.9">
    476477
  • introduction/welcome/changelog.xml

    rd59fe44 ree05358  
    4343
    4444    <listitem>
     45      <para>July 4th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added a command to the Linux-PAM instructions to
     49          alter the unix_chkpwd password helper setuid, thanks to Jürg Billeter
     50          for pointing this out.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>July 3rd, 2006</para>
    4657      <itemizedlist>
  • postlfs/security/linux-pam.xml

    rd59fe44 ree05358  
    123123
    124124<screen role="root"><userinput>make install &amp;&amp;
     125chmod -v 4755 /lib/security/unix_chkpwd &amp;&amp;
    125126mv -v /lib/security/pam_tally /sbin &amp;&amp;
    126127mv -v /usr/lib/libpam*.so.0* /lib &amp;&amp;
     
    162163    allows the local administrator to choose which configuration file setup to
    163164    use.</para>
     165
     166    <para><command>chmod -v 4755 /lib/security/unix_chkpwd</command>:
     167    The <command>unix_chkpwd</command> password-helper program must be setuid
     168    so that non-<systemitem class="username">root</systemitem> processes can
     169    access the shadow-password file.</para>
    164170
    165171    <para><command>mv -v /lib/security/pam_tally /sbin</command>: The
Note: See TracChangeset for help on using the changeset viewer.