From 604859b750c4b42e3ac9209db35f81969197bf48 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 27 Oct 2007 19:05:12 +0000 Subject: [PATCH] Add paragraph on TrustedBSD audit to feature list. --- en/features.sgml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/en/features.sgml b/en/features.sgml index 95e7ace329..9a52e17c8a 100644 --- a/en/features.sgml +++ b/en/features.sgml @@ -1,5 +1,5 @@ + ]> @@ -169,6 +169,19 @@ party modules include SEBSD, a FLASK-based implementation of Type Enforcement. +
  • TrustedBSD Audit is a security event logging service, + providing fine-grained, secure, reliable logging of system events + via the audit service. Administrators can configure the nature and + granularity of logging by user, tracking file accesses, commands + executed, network activity, system logins, and a range of other + system behavior. Audit pipes allow IDS tools to attach to the + kernel audit service and subscribe to events they require for + security monitoring. FreeBSD supports the industry-standard BSM + audit trail file format and API, allowing existing BSM tools to + run with little or no modification. This file format is used on + Solaris and Mac OS X, allowing instant interoperability and unified + analysis.
  • +
  • GEOM pluggable storage layer, which permits new storage services to be quickly developed and cleanly integrated into the FreeBSD storage subsystem. GEOM provides a consistent and