doc/en_US.ISO8859-1/htdocs/projects/mac/index.sgml
Hiroki Sato 35babe0ae5 - Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.

Approved by:	doceng (implicit)
2012-05-17 19:12:14 +00:00

134 lines
3.4 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "TrustedBSD MAC TODO list">
<!ENTITY % navinclude.developers "INCLUDE">
<!ENTITY % developers PUBLIC "-//FreeBSD//ENTITIES FreeBSD Developers Entities//EN"> %developers;
<!-- Status levels -->
<!ENTITY status.merge "<font color=orange>Merge required</font>">
<!ENTITY status.done "<font color=green>Done</font>">
<!ENTITY status.wip "<font color=blue>In&nbsp;progress</font>">
<!ENTITY status.new "<font color=red>Not&nbsp;done</font>">
]>
<html>
&header;
<h1>Current Status</h1>
<p>This is a TODO list for the TrustedBSD Project. Items are listed in
their current condition along with an informational note and current
task handler. This is considered an addendum to the
<a href="http://www.TrustedBSD.org/">TrustedBSD website</a>.</p>
<br>
<br>
<h3>Mandatory Access Control</h3>
<table class="tblbasic">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>devfs(8) changes</td>
<td>&status.merge;</td>
<td>&a.rwatson;</td>
<td>devfs changes to pass complete paths of objects into
MAC Framework for label initialization.</td>
</tr>
<tr>
<td>Regression tests</td>
<td>&status.wip;</td>
<td>&a.trhodes;</td>
<td>Regression tests should be present for all MAC modules.
These should exist in /usr/src/tools/regression/security/MODULE_NAME.</td>
</tr>
<tr>
<td>mac_bsdextended(4) first match</td>
<td>&status.done;</td>
<td>&a.trhodes;</td>
<td>The file system firewall capabilities provided by the
mac_bsdextended(4) security policy module should be
fixed to honor on a first match basis.</td>
</tr>
</table>
<h3>TrustedBSD Audit framework</h3>
<table class="tblbasic">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th></tr>
<tr>
<td>STUB TABLE</td>
<td>--</td>
<td>--</td>
<td>--</td>
</tr>
</table>
<h3>Security Enhanced BSD (SEBSD)</h3>
<table class="tblbasic">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>STUB TABLE</td>
<td>--</td>
<td>--</td>
<td>--</td>
</tr>
</table>
<h3>Security-Enhanced Darwin (SEDarwin)</h3>
<table class="tblbasic">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>Missing hook: chdir() syscall
<td>--</td>
<td>--</td>
<td>--</td>
</tr>
</table>
<h3>TrustedBSD Documentation Issues</h3>
<table class="tblbasic">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>Consistent module text</td>
<td>&status.wip;</td>
<td>&a.trhodes;</td>
<td>The handbook MAC chapter should use "security policy module"
consistently as not to confuse users.</td>
</tr>
<tr>
<td>MAC chapter bibliography</td>
<td>&status.new;</td>
<td>&a.trhodes</td>
<td>The handbook MAC chapter should have a bibliography to point
users to other texts. Robert is going to send Tom a list
that he thinks would be sufficiant.</td>
</tr>
<tr>
<td>MAC chapter numeric label descriptions</td>
<td>&status.wip;</td>
<td>&a.trhodes;</td>
<td>The handbook MAC chapter describes the low, equal and high
labels; however, it should also discuss the numeric label
settings.</td>
</tr>
</table>
&footer;
</body>
</html>