Changeset 8604d92f for postlfs/security


Ignore:
Timestamp:
10/01/2003 12:45:19 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bb363985
Parents:
2df36e4
Message:

Chapter 13, again

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

Location:
postlfs/security
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gnupg/gnupg-exp.xml

    r2df36e4 r8604d92f  
    22<title>Command explanations</title>
    33
    4 <para><parameter>--libexecdir=/usr/sbin</parameter>: This command
    5 creates a <filename>gnupg</filename> directory in <filename>/usr/sbin</filename> instead of
    6 <filename>/usr/libexec</filename>.</para>
     4<para><parameter>--libexecdir=/usr/lib</parameter>: This command
     5creates a <filename class="directory">gnupg</filename> directory in
     6<filename class="directory">/usr/sbin</filename> instead of
     7<filename class="directory">/usr/libexec</filename>.</para>
    78
    89</sect2>
  • postlfs/security/gnupg/gnupg-inst.xml

    r2df36e4 r8604d92f  
    44<para>Install <application>GnuPG</application> by running the following commands:</para>
    55
    6 <screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/lib &amp;&amp;
    77make &amp;&amp;
    88make install &amp;&amp;
  • postlfs/security/pam/linux_pam-desc.xml

    r2df36e4 r8604d92f  
    33
    44<para>The <application>Linux-<acronym>PAM</acronym></application> package
    5 contains <command>unix-chkpwd</command> and <filename>libpam</filename>
     5contains <command>unix-chkpwd</command> and <filename
     6class="libraryfile">libpam</filename>
    67libraries.</para>
    78
     
    1415
    1516<sect3><title>libpam libraries</title>
    16 <para><filename>libpam</filename> libraries provide the interfaces between
     17<para><filename class="libraryfile">libpam</filename> libraries provide the interfaces between
    1718applications and the modules included with <acronym>PAM</acronym>.</para></sect3>
    1819
  • postlfs/security/shadow/shadow-config.xml

    r2df36e4 r8604d92f  
    1414
    1515<para>Add the following <application><acronym>PAM</acronym></application>
    16 configuration files to <filename>/etc/pam.d</filename> (or add them to
     16configuration files to <filename class="directory">/etc/pam.d</filename> (or add them to
    1717<filename>/etc/pam.conf</filename> with the additional field for the program).
    1818</para>
  • postlfs/security/tripwire/tripwire-config.xml

    r2df36e4 r8604d92f  
    33
    44<sect3><title>Config files</title>
    5 <para><filename>/etc/tripwire</filename></para>
     5<para><filename class="directory">/etc/tripwire</filename></para>
    66</sect3>
    77
     
    1010<para><application>Tripwire</application> uses a policy file to determine which
    1111files integrity are checked. The default policy file (<filename>twpol.txt
    12 </filename> found in <filename>/etc/tripwire/</filename>) is for a default
     12</filename> found in <filename class="directory">/etc/tripwire/</filename>) is for a default
    1313installation of Redhat 7.0 and is woefully outdated.</para>
    1414
     
    2323Custom policy file for SuSE 7.2 system</screen>
    2424
    25 <para>Download the custom policy file you'd like to try, copy it into <filename>
    26 /etc/tripwire/</filename>, and use it instead of <filename>twpol.txt
    27 </filename>. It is, however, recommended that you make your own policy file.
     25<para>Download the custom policy file you'd like to try, copy it into
     26<filename class="directory">/etc/tripwire/</filename>, and use it instead of
     27<filename>twpol.txt</filename>. It is, however, recommended that you make your own policy file.
    2828Get ideas from the examples above and read <filename>
    2929/usr/share/doc/tripwire/policyguide.txt</filename>. <filename>twpol.txt
     
    3232changes for uninstallation of software.</para>
    3333
    34 <para>After your policy file has been transferred to <filename>/etc/tripwire/
    35 </filename> you may begin the configuration steps:</para>
     34<para>After your policy file has been transferred to <filename
     35class="directory">/etc/tripwire/</filename> you may begin the configuration steps:</para>
    3636
    3737<screen><userinput><command>twadmin -m P /etc/tripwire/twpol.txt &amp;&amp;
    3838tripwire -m i</command></userinput></screen>
    3939
    40 <para>During configuration tripwire will create two (2) keys: a site key and
     40<para>During configuration <application>Tripwire</application> will create two (2) keys: a site key and
    4141 a local key which will be stored in <filename class="directory">/etc/tripwire/
    4242</filename>.</para>
     
    5656
    5757<para>Please note that after you run an integrity check, you must check
    58 the report or email and then modify the tripwire database of the files
    59 on your system so that tripwire will not continually notify you that
     58the report or email and then modify the
     59<application>Tripwire</application> database of the files
     60on your system so that <application>Tripwire</application> will not continually notify you that
    6061files you intentionally changed are a security violation. To do this you
    6162must first <command>ls /var/lib/tripwire/report/</command> and note
    6263the name of the newest file which starts with <filename>linux-</filename> and
    6364ends in <filename>.twr</filename>. This encrypted file was created during the
    64 last report creation and is needed to update the tripwire database of your
     65last report creation and is needed to update the
     66<application>Tripwire</application> database of your
    6567system. Then, type in the following command making the appropriate
    6668substitutions for '?':</para>
Note: See TracChangeset for help on using the changeset viewer.