Add OpenBSM entry from brueffer
This commit is contained in:
parent
8024978e91
commit
772c4b45fd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=49844
1 changed files with 70 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue