mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
add tripwire
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@802 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
de102fc8e9
commit
ce2adc3601
@ -13,5 +13,6 @@ future releases.</para>
|
|||||||
&enlightenment;
|
&enlightenment;
|
||||||
&fnlib;
|
&fnlib;
|
||||||
&pspell;
|
&pspell;
|
||||||
|
&postlfs-security-nessus;
|
||||||
|
|
||||||
</appendix>
|
</appendix>
|
||||||
|
@ -10,6 +10,9 @@ page in Chapter 1 for details on who wrote what.</para>
|
|||||||
|
|
||||||
<itemizedlist>
|
<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
|
<listitem><para>April 3rd, 2003 [tushar]: programming: merged gnat with
|
||||||
gcc instructions, made changes to the gcc instructions.</para></listitem>
|
gcc instructions, made changes to the gcc instructions.</para></listitem>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<?dbhtml filename="editors.html" dir="postlfs"?>
|
<?dbhtml filename="editors.html" dir="postlfs"?>
|
||||||
<title>Editors</title>
|
<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
|
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
|
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
|
LFS book for those wishing to use other editors on their LFS system. We
|
||||||
|
@ -18,7 +18,8 @@
|
|||||||
<!ENTITY % firewalling SYSTEM "security/firewalling/firewalling.ent">
|
<!ENTITY % firewalling SYSTEM "security/firewalling/firewalling.ent">
|
||||||
%firewalling;
|
%firewalling;
|
||||||
<!ENTITY postlfs-security-nessus SYSTEM "security/nessus.xml">
|
<!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">
|
<!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent">
|
||||||
%Linux_PAM;
|
%Linux_PAM;
|
||||||
<!ENTITY % shadow SYSTEM "security/shadow/shadow.ent">
|
<!ENTITY % shadow SYSTEM "security/shadow/shadow.ent">
|
||||||
|
@ -5,8 +5,7 @@
|
|||||||
&shadow;
|
&shadow;
|
||||||
&iptables;
|
&iptables;
|
||||||
&postlfs-security-fw;
|
&postlfs-security-fw;
|
||||||
&postlfs-security-nessus;
|
&tripwire;
|
||||||
&postlfs-security-tripwire;
|
|
||||||
&Linux_PAM;
|
&Linux_PAM;
|
||||||
&postlfs-security-syslog;
|
&postlfs-security-syslog;
|
||||||
|
|
||||||
|
@ -1,7 +1,12 @@
|
|||||||
<sect1 id="postlfs-security-tripwire">
|
<sect1 id="tripwire" xreflabel="tripwire-&tripwire-version;">
|
||||||
<?dbhtml filename="tripwire.html" dir="postlfs"?>
|
<?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>
|
</sect1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user