Ignore:
Timestamp:
01/14/2015 05:52:13 PM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 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, nosym, 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:
0979b07d
Parents:
0bd0a202
Message:

compile sudo with option to automatically add super user directories to the path

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    r0bd0a202 r8466229  
    105105<screen><userinput>./configure --prefix=/usr              \
    106106            --libexecdir=/usr/lib      \
     107            --with-secure-path         \
    107108            --with-all-insults         \
    108109            --with-env-editor          \
     
    133134     they belong under <filename class="directory">/usr/lib</filename> instead of
    134135     <filename class="directory">/usr/libexec</filename>.
     136    </para>
     137
     138    <para>
     139      <parameter>--with-secure-path</parameter>: This switch transparently adds
     140      <filename class="directory">/sbin</filename> and <filename
     141      class="directory">/usr/sbin</filename> directories to the
     142      <envar>PATH</envar> environment variable.
    135143    </para>
    136144
Note: See TracChangeset for help on using the changeset viewer.