Date: Sat, 2 Feb 2008 16:04:28 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 134651 for review Message-ID: <200802021604.m12G4S64032528@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134651 Change 134651 by rwatson@rwatson_fledge on 2008/02/02 16:03:40 Add a basic bsmtrace web page and link it up. Affected files ... .. //depot/projects/trustedbsd/www/Makefile#7 edit .. //depot/projects/trustedbsd/www/audit.page#4 edit .. //depot/projects/trustedbsd/www/components.page#8 edit .. //depot/projects/trustedbsd/www/openbsm.page#23 edit .. //depot/projects/trustedbsd/www/sidebar.xml#10 edit Differences ... ==== //depot/projects/trustedbsd/www/Makefile#7 (text+ko) ==== @@ -28,7 +28,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $P4: //depot/projects/trustedbsd/www/Makefile#6 $ +# $P4: //depot/projects/trustedbsd/www/Makefile#7 $ STYLESHEET= page.xsl @@ -47,6 +47,7 @@ SRCS+= audit.page SRCS+= cap.page SRCS+= acls.page +SRCS+= bsmtrace.page IMGS= components.gif componentsgray.gif IMGS+= developers.gif developersgray.gif docs.gif ==== //depot/projects/trustedbsd/www/audit.page#4 (text+ko) ==== @@ -29,7 +29,7 @@ <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0"> <cvs:keyword name="freebsd"> - $P4: //depot/projects/trustedbsd/www/audit.page#3 $ + $P4: //depot/projects/trustedbsd/www/audit.page#4 $ </cvs:keyword> </cvs:keywords> @@ -78,6 +78,9 @@ OpenBSM is maintained by the TrustedBSD Project, and new versions are imported into the FreeBSD CVS repository intermittently.</p> + <p><a href="bsmtrace.html">BSMtrace</a> is an audit-based host + intrusion dection system.</p> + <p>Discussion of the TrustedBSD Audit implementation, as well as the OpenBSM package, takes place on the <a href="mailinglists.html">trustedbsd-audit mailing list</a>.</p> ==== //depot/projects/trustedbsd/www/components.page#8 (text+ko) ==== @@ -37,7 +37,7 @@ <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0"> <cvs:keyword name="freebsd"> - $P4: //depot/projects/trustedbsd/www/components.page#7 $ + $P4: //depot/projects/trustedbsd/www/components.page#8 $ </cvs:keyword> </cvs:keywords> @@ -90,6 +90,17 @@ ACLs</a> web page for more information.</p> </dd> + <a name="bsmtrace" /> + <dt><p>BSMtrace</p></dt> + + <dd> + <p><a href="bsmtrace.html">BSMtrace</a> is a fine state + machine-based intrusion detection system that works using + <a href="openbsm.html">OpenBSM</a>-derived data generated by + the <a href="audit.html">TrustedBSD audit implementation</a>. + </p> + </dd> + <a name="audit" /> <dt><p>Event Auditing and OpenBSM</p></dt> ==== //depot/projects/trustedbsd/www/openbsm.page#23 (text+ko) ==== @@ -29,7 +29,7 @@ <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0"> <cvs:keyword name="freebsd"> - $P4: //depot/projects/trustedbsd/www/openbsm.page#22 $ + $P4: //depot/projects/trustedbsd/www/openbsm.page#23 $ </cvs:keyword> </cvs:keywords> @@ -85,10 +85,12 @@ <p>OpenBSM is the core user space component of the <a href="audit.html">TrustedBSD Audit Implementation</a> for - FreeBSD, providing tools, libraries, and include files. Pre-releases - of OpenBSM are now available as part of the FreeBSD 7-CURRENT branch, - as integration of audit into the FreeBSD CVS tree is largely - complete.</p> + FreeBSD, providing tools, libraries, and include files. OpenBSM + ships with FreeBSD 6.2 and later, with the first full release of + OpenBSM (1.0) in FreeBSD 6.3 and FreeBSD 7.0.</p> + + <p><a href="bsmtrace.html">BSMtrace</a> is a BSM-based host + intrusion detection system that relies on OpenBSM audit trails.</p> </html> </section> ==== //depot/projects/trustedbsd/www/sidebar.xml#10 (text+ko) ==== @@ -5,6 +5,7 @@ <ul> <li><a href="acls.html">ACLs</a></li> <li><a href="audit.html">Audit</a></li> + <li><a href="bsmtrace.html">BSMtrace</a></li> <li><a href="components.html#eas">Extended Attributes and UFS2</a></li> <li><a href="cap.html">Capabilities</a></li> <li><a href="components.html#geom">GEOM</a></li> @@ -21,6 +22,7 @@ <ul> <li><a href="acls.html">ACLs</a></li> <li><a href="audit.html">Audit</a></li> + <li><a href="bsmtrace.html">BSMtrace</a></li> <li><a href="components.html#eas">Extended Attributes and UFS2</a></li> <li><a href="cap.html">Capabilities</a></li> <li><a href="components.html#geom">GEOM</a></li>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802021604.m12G4S64032528>