Changeset ce2adc3


Ignore:
Timestamp:
04/04/2003 01:32:17 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c62afe4
Parents:
de102fc8
Message:

add tripwire

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • appendices/old/old.xml

    rde102fc8 rce2adc3  
    1414&fnlib;
    1515&pspell;
     16&postlfs-security-nessus;
    1617
    1718</appendix>
  • introduction/welcome/changelog.xml

    rde102fc8 rce2adc3  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>April 3rd, 2003 [larry]: postlfs: Added tripwire-2.3.1-2
     14and moved nessus to old while I determine its fate.</para></listitem>
    1215
    1316<listitem><para>April 3rd, 2003 [tushar]: programming: merged gnat with
  • postlfs/editors/editors.xml

    rde102fc8 rce2adc3  
    33<title>Editors</title>
    44
    5 <para>From a developers point of view, this is the only program that
     5<para>From a developer's point of view, this is the only program that
    66really matters.  We spend so much time using it that it is critical that
    77we are comfortable with the one we use.  This chapter is referenced in the
  • postlfs/postlfs.ent

    rde102fc8 rce2adc3  
    1919%firewalling;
    2020<!ENTITY postlfs-security-nessus SYSTEM "security/nessus.xml">
    21 <!ENTITY postlfs-security-tripwire SYSTEM "security/tripwire.xml">
     21<!ENTITY % tripwire SYSTEM "security/tripwire/tripwire.ent">
     22%tripwire;
    2223<!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent">
    2324%Linux_PAM;
  • postlfs/security/security.xml

    rde102fc8 rce2adc3  
    66&iptables;
    77&postlfs-security-fw;
    8 &postlfs-security-nessus;
    9 &postlfs-security-tripwire;
     8&tripwire;
    109&Linux_PAM;
    1110&postlfs-security-syslog;
  • postlfs/security/tripwire.xml

    rde102fc8 rce2adc3  
    1 <sect1 id="postlfs-security-tripwire">
     1<sect1 id="tripwire" xreflabel="tripwire-&tripwire-version;">
    22<?dbhtml filename="tripwire.html" dir="postlfs"?>
    3 <title>tripwire</title>
     3<title>tripwire-&tripwire-version;</title>
    44
    5 <para>TO BE WRITTEN - NEW</para>
     5&tripwire-intro;
     6&tripwire-inst;
     7&tripwire-exp;
     8&tripwire-config;
     9&tripwire-desc;
    610
    711</sect1>
     12
Note: See TracChangeset for help on using the changeset viewer.