Add an audit + jail idea.
This commit is contained in:
parent
40a3c4fca8
commit
aba024501a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31677
1 changed files with 25 additions and 1 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.44 2008/03/17 22:46:47 rwatson Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.45 2008/03/17 22:56:51 rwatson Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -1336,6 +1336,30 @@ New tests must be created; existing tests must be completed and updated.
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="auditjail">
|
||||
<title>Audit and Jail</title>
|
||||
|
||||
<desc>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:rwatson@FreeBSD.org">Robert Watson</a>, <a
|
||||
href="mailto:csjp@FreeBSD.org">Christian Peron</a></p>
|
||||
<p>The TrustedBSD Audit implementation allows fine-grained monitoring
|
||||
of processes in a FreeBSD install. This task extends the Audit
|
||||
implementation to have specific support for Jails: it teaches the
|
||||
audit kernel code how to handle the security properties of jails,
|
||||
implements independent audit configurations and a trail for each
|
||||
jail (possibly in addition to a global jail), and tags audit
|
||||
records with BSM zone tags to indicate which jail they came from.
|
||||
It also includes writing a test suite to confirm that it all works
|
||||
properly.</p>
|
||||
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Strong C programming skills.</li>
|
||||
</ul>
|
||||
</desc>
|
||||
</idea>
|
||||
|
||||
</category>
|
||||
|
||||
<category>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue