Add an audit event category to the security ideas list for SoC.

This commit is contained in:
Robert Watson 2006-04-29 14:08:34 +00:00
parent bcdcef90ba
commit fa225bd6df
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27664

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.44 2006/04/27 06:45:14 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.45 2006/04/27 07:33:09 murray Exp $">
<!ENTITY title "FreeBSD Summer Projects">
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -198,6 +198,17 @@ href="&base;/projects/ideas/index.html">here</a>.</p>
would a background in OS development. However, there's room for a
range of work here, and all proposals will be considered! <a
href="mailto:rwatson@FreeBSD.org">&a.rwatson;</a> is coordinating.</li>
<li><strong>Audit</strong>: Audit is a fine-grained security event log
mechanism present in FreeBSD (and other operating systems). FreeBSD's
audit implementation is based on Sun's published BSM API and file
format, and will appear in FreeBSD 6.2-RELEASE. A variety of student
projects are available to work on, including tasks such as working on
XML output support and database integration, a graphical audit review
tool, distributed audit log management support, and intrusion detection
work. Students are encouraged to contact <a
href="mailto:rwatson@FreeBSD.org">&a.rwatson;</a> who is coordinating.</li>
</ul>
<a name="p-kernel"></a>