Add various TrustedBSD "must do" tasks for 5.0. Add switch to GEOM

by default.
This commit is contained in:
Robert Watson 2002-09-03 03:07:16 +00:00
parent c6a1a3c53e
commit d84d703367
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14156

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.1 2002/08/31 08:48:09 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.2 2002/09/02 11:05:07 murray Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -62,6 +62,48 @@
building parts of KDE.</td>
</tr>
<tr>
<td>TrustedBSD MAC Framework system call interface</td>
<td>Personal branch: in progress</td><td>rwatson@FreeBSD.org</td>
<td>Revised system call interface supporting extensible label access
from userland. This replaces the current temporary API which
supports only a subset of the available policies and is not
extensible at run-time.</td>
</tr>
<tr>
<td>TrustedBSD MAC Framework userland applications</td>
<td>TrustedBSD MAC branch: in progress</td><td>rwatson@FreeBSD.org</td>
<td>Simple labeling applications including {get,set}[fp]mac(8),
as well as labeling during the login process.</td>
</tr>
<tr>
<td>TrustedBSD MAC Framework documentation</td>
<td>FreeBSD documentation CVS HEAD: in progress</td>
<td>chris@FreeBSD.org</td><td>User and developer documentation of
the new extensible security framework. Includes guides for live
deployment, development of policy modules, and implementation
information.</td>
</tr>
<tr>
<td>Port of LOMAC to TrustedBSD MAC Framework</td>
<td>TrustedBSD MAC branch: in progress</td><td>green@FreeBSD.org</td>
<td>Re-implementation of LOMAC to plug in via the MAC framework,
making it easier to deploy and support, as well as removing
code duplication in the LOMAC tree to improve maintenance cost.</td>
</tr>
<tr>
<td>Switch to GEOM as default storage management framework</td>
<td>FreeBSD CVS HEAD: in progress</td>
<td>phk@FreeBSD.org</td><td>Move to using GEOM in the GENERIC
kernel as the default storage management framework, supporting
out-of-the-box use of new partiton types, data transforms (such
as cryptographic swap protection), etc.</td>
</tr>
</table>
<h3>Desired Features for 5.0-RELEASE</h3>