Date: Fri, 13 Jan 2017 05:52:34 +0000 (UTC) From: Benjamin Kaduk <bjk@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49844 - head/en_US.ISO8859-1/htdocs/news/status Message-ID: <201701130552.v0D5qYVE082710@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org</email> + </person> + + <person> + <name> + <given>Robert</given> + <common>Watson</common> + </name> + <email>rwatson@FreeBSD.org</email> + </person> + + <person> + <name> + <given>TrustedBSD Audit Mailing Mist</given> + </name> + <email>trustedbsd-audit@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701130552.v0D5qYVE082710>