Ignore:
Timestamp:
12/28/2016 10:12:33 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
3add494
Parents:
bb9afa84
Message:

sudo-1.8.19p1
qemu-2.8.0
gcc-6.3.0
llvm-3.9.1
lxterminal-0.3.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    rbb9afa84 rb4c31a6  
    77  <!ENTITY sudo-download-http "http://www.sudo.ws/dist/sudo-&sudo-version;.tar.gz">
    88  <!ENTITY sudo-download-ftp  "ftp://ftp.sudo.ws/pub/sudo/sudo-&sudo-version;.tar.gz">
    9   <!ENTITY sudo-md5sum        "28f5214d5bcb5af5710decb95184a0a6">
     9  <!ENTITY sudo-md5sum        "1b34f00e604f4208e7004546f251ddf7">
    1010  <!ENTITY sudo-size          "2.7 MB">
    11   <!ENTITY sudo-buildsize     "28 MB (with tests)">
     11  <!ENTITY sudo-buildsize     "29 MB (with tests)">
    1212  <!ENTITY sudo-time          "0.4 SBU (with tests)">
    1313]>
     
    206206        is composed of two types of entries: aliases (basically variables) and
    207207        user specifications (which specify who may run what).  The installation
    208         installs a default configuration that has no privileges installed for any
    209         user.
     208        installs a default configuration that has no privileges installed for
     209        any user.
    210210     </para>
    211211
     
    217217
    218218<screen># User alias specification
    219 User_Alias  ADMIN = YourLoginId
     219User_Alias  ADMIN = <replaceable>YourLoginId</replaceable>
    220220
    221221# Allow people in group ADMIN to run all commands without a password
     
    231231          using the <command>visudo</command> program to edit the
    232232          <filename>sudoers</filename> file. This will provide basic sanity
    233           checking like syntax parsing and file permission to avoid some possible
    234           mistakes that could lead to a vulnerable configuration.
     233          checking like syntax parsing and file permission to avoid some
     234          possible mistakes that could lead to a vulnerable configuration.
    235235        </para>
    236236      </note>
     
    239239        If <application>PAM</application> is installed on the system,
    240240        <application>Sudo</application> is built with
    241         <application>PAM</application> support. In that case, issue the following
    242         command as the <systemitem class="username">root</systemitem> user
    243         to create the <application>PAM</application> configuration file:
     241        <application>PAM</application> support. In that case, issue the
     242        following command as the <systemitem class="username">root</systemitem>
     243        user to create the <application>PAM</application> configuration file:
    244244      </para>
    245245
Note: See TracChangeset for help on using the changeset viewer.