From owner-p4-projects@FreeBSD.ORG Sat Feb 2 16:04:28 2008
Return-Path:
Delivered-To: p4-projects@freebsd.org
Received: by hub.freebsd.org (Postfix, from userid 32767)
id A0FCA16A41B; Sat, 2 Feb 2008 16:04:28 +0000 (UTC)
Delivered-To: perforce@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
by hub.freebsd.org (Postfix) with ESMTP id 665E616A417
for ; Sat, 2 Feb 2008 16:04:28 +0000 (UTC)
(envelope-from bb+lists.freebsd.perforce@cyrus.watson.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
[IPv6:2001:4f8:fff6::29])
by mx1.freebsd.org (Postfix) with ESMTP id 572F613C459
for ; Sat, 2 Feb 2008 16:04:28 +0000 (UTC)
(envelope-from bb+lists.freebsd.perforce@cyrus.watson.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m12G4Sn7032531
for ; Sat, 2 Feb 2008 16:04:28 GMT
(envelope-from bb+lists.freebsd.perforce@cyrus.watson.org)
Received: (from perforce@localhost)
by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m12G4S64032528
for perforce@freebsd.org; Sat, 2 Feb 2008 16:04:28 GMT
(envelope-from bb+lists.freebsd.perforce@cyrus.watson.org)
Date: Sat, 2 Feb 2008 16:04:28 GMT
Message-Id: <200802021604.m12G4S64032528@repoman.freebsd.org>
X-Authentication-Warning: repoman.freebsd.org: perforce set sender to
bb+lists.freebsd.perforce@cyrus.watson.org using -f
From: Robert Watson
To: Perforce Change Reviews
Cc:
Subject: PERFORCE change 134651 for review
X-BeenThere: p4-projects@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: p4 projects tree changes
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sat, 02 Feb 2008 16:04:29 -0000
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 @@
- $P4: //depot/projects/trustedbsd/www/audit.page#3 $
+ $P4: //depot/projects/trustedbsd/www/audit.page#4 $
@@ -78,6 +78,9 @@
OpenBSM is maintained by the TrustedBSD Project, and new versions
are imported into the FreeBSD CVS repository intermittently.
+ BSMtrace is an audit-based host
+ intrusion dection system.
+
Discussion of the TrustedBSD Audit implementation, as well as the
OpenBSM package, takes place on the trustedbsd-audit mailing list.
==== //depot/projects/trustedbsd/www/components.page#8 (text+ko) ====
@@ -37,7 +37,7 @@
- $P4: //depot/projects/trustedbsd/www/components.page#7 $
+ $P4: //depot/projects/trustedbsd/www/components.page#8 $
@@ -90,6 +90,17 @@
ACLs web page for more information.
+
+ BSMtrace
+
+
+ BSMtrace is a fine state
+ machine-based intrusion detection system that works using
+ OpenBSM-derived data generated by
+ the TrustedBSD audit implementation.
+
+
+
Event Auditing and OpenBSM
==== //depot/projects/trustedbsd/www/openbsm.page#23 (text+ko) ====
@@ -29,7 +29,7 @@
- $P4: //depot/projects/trustedbsd/www/openbsm.page#22 $
+ $P4: //depot/projects/trustedbsd/www/openbsm.page#23 $
@@ -85,10 +85,12 @@
OpenBSM is the core user space component of the TrustedBSD Audit Implementation 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.
+ 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.
+
+ BSMtrace is a BSM-based host
+ intrusion detection system that relies on OpenBSM audit trails.