add tripwire

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@802 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-04-04 01:32:17 +00:00
parent de102fc8e9
commit ce2adc3601
6 changed files with 16 additions and 7 deletions

View File

@ -13,5 +13,6 @@ future releases.</para>
&enlightenment;
&fnlib;
&pspell;
&postlfs-security-nessus;
</appendix>

View File

@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>April 3rd, 2003 [larry]: postlfs: Added tripwire-2.3.1-2
and moved nessus to old while I determine its fate.</para></listitem>
<listitem><para>April 3rd, 2003 [tushar]: programming: merged gnat with
gcc instructions, made changes to the gcc instructions.</para></listitem>

View File

@ -2,7 +2,7 @@
<?dbhtml filename="editors.html" dir="postlfs"?>
<title>Editors</title>
<para>From a developers point of view, this is the only program that
<para>From a developer's point of view, this is the only program that
really matters. We spend so much time using it that it is critical that
we are comfortable with the one we use. This chapter is referenced in the
LFS book for those wishing to use other editors on their LFS system. We

View File

@ -18,7 +18,8 @@
<!ENTITY % firewalling SYSTEM "security/firewalling/firewalling.ent">
%firewalling;
<!ENTITY postlfs-security-nessus SYSTEM "security/nessus.xml">
<!ENTITY postlfs-security-tripwire SYSTEM "security/tripwire.xml">
<!ENTITY % tripwire SYSTEM "security/tripwire/tripwire.ent">
%tripwire;
<!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent">
%Linux_PAM;
<!ENTITY % shadow SYSTEM "security/shadow/shadow.ent">

View File

@ -5,8 +5,7 @@
&shadow;
&iptables;
&postlfs-security-fw;
&postlfs-security-nessus;
&postlfs-security-tripwire;
&tripwire;
&Linux_PAM;
&postlfs-security-syslog;

View File

@ -1,7 +1,12 @@
<sect1 id="postlfs-security-tripwire">
<sect1 id="tripwire" xreflabel="tripwire-&tripwire-version;">
<?dbhtml filename="tripwire.html" dir="postlfs"?>
<title>tripwire</title>
<title>tripwire-&tripwire-version;</title>
<para>TO BE WRITTEN - NEW</para>
&tripwire-intro;
&tripwire-inst;
&tripwire-exp;
&tripwire-config;
&tripwire-desc;
</sect1>