svn commit: r49844 - head/en_US.ISO8859-1/htdocs/news/status
Benjamin Kaduk
bjk at FreeBSD.org
Fri Jan 13 05:52:35 UTC 2017
Author: bjk
Date: Fri Jan 13 05:52:33 2017
New Revision: 49844
URL: https://svnweb.freebsd.org/changeset/doc/49844
Log:
Add OpenBSM entry from brueffer
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Fri Jan 13 04:55:31 2017 (r49843)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Fri Jan 13 05:52:33 2017 (r49844)
@@ -600,4 +600,74 @@
<task>Commit the stable panel plugins</task>
</help>
</project>
+
+ <project cat='proj'>
+ <title>OpenBSM</title>
+
+ <contact>
+ <person>
+ <name>
+ <given>Christian</given>
+ <common>Brueffer</common>
+ </name>
+ <email>brueffer at FreeBSD.org</email>
+ </person>
+
+ <person>
+ <name>
+ <given>Robert</given>
+ <common>Watson</common>
+ </name>
+ <email>rwatson at FreeBSD.org</email>
+ </person>
+
+ <person>
+ <name>
+ <given>TrustedBSD Audit Mailing Mist</given>
+ </name>
+ <email>trustedbsd-audit at TrustedBSD.org</email>
+ </person>
+ </contact>
+
+ <links>
+ <url href="http://www.openbsm.org">OpenBSM: Open Source Basic Security Module (BSM) Audit Implementation</url>
+ <url href="https://github.com/openbsm/openbsm">OpenBSM on GitHub</url>
+ <url href="https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/audit.html">&os; Audit Handbook Chapter</url>
+ <url href="https://lists.FreeBSD.org/pipermail/trustedbsd-announce/2016-December/000008.html">OpenBSM 1.2 alpha 5 announcement</url>
+ <url href="https://www.cl.cam.ac.uk/research/security/cadets/">CADETS project</url>
+ </links>
+
+ <body>
+ <p>OpenBSM is a BSD-licensed implementation of Sun's Basic
+ Security Module (BSM) API and file format. It is the user-space
+ side of the CAPP Audit implementations in &os; and Mac OS X.
+ Additionally, the audit trail processing tools are expected to
+ work on Linux.</p>
+
+ <p>This quarter saw increased development activity, fueled by
+ the CADETS project, resulting in the release of OpenBSM 1.2
+ alpha 5. Among this release's changes are the ability to
+ specify the kernel's maximum audit queue length, sandboxing
+ support for <tt>auditreduce(1)</tt> and <tt>praudit(1)</tt> on
+ &os; and other systems that support Capsicum, as well as the
+ addition of event identifiers for more &os; system calls. The
+ complete list of changes is documented in the <a
+ href="https://github.com/openbsm/openbsm/blob/master/NEWS">NEWS</a>
+ file on GitHub. The new release will be merged into &os; HEAD
+ and the supported STABLE branches shortly.</p>
+ </body>
+
+ <help>
+ <task>Test the new release on different versions of &os;, Mac OS
+ X, and Linux. In particular, testing on the latest versions of Mac
+ OS X would be greatly appreciated.</task>
+
+ <task>Fix problems that have been reported via GitHub and the
+ &os; bug tracker.</task>
+
+ <task>Implement the features mentioned in the
+ <a href="https://github.com/openbsm/openbsm/blob/master/TODO">TODO</a>
+ list on GitHub.</task>
+ </help>
+ </project>
</report>
More information about the svn-doc-head
mailing list