From d84d703367b621e7955f6fbe8ef67d4090a5c10c Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Tue, 3 Sep 2002 03:07:16 +0000 Subject: [PATCH] Add various TrustedBSD "must do" tasks for 5.0. Add switch to GEOM by default. --- en/releases/5.0R/todo.sgml | 44 +++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/en/releases/5.0R/todo.sgml b/en/releases/5.0R/todo.sgml index 6fa1c9281c..62cc44f4fd 100644 --- a/en/releases/5.0R/todo.sgml +++ b/en/releases/5.0R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; ]> @@ -62,6 +62,48 @@ building parts of KDE. + + TrustedBSD MAC Framework system call interface + Personal branch: in progressrwatson@FreeBSD.org + 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. + + + + TrustedBSD MAC Framework userland applications + TrustedBSD MAC branch: in progressrwatson@FreeBSD.org + Simple labeling applications including {get,set}[fp]mac(8), + as well as labeling during the login process. + + + + TrustedBSD MAC Framework documentation + FreeBSD documentation CVS HEAD: in progress + chris@FreeBSD.orgUser and developer documentation of + the new extensible security framework. Includes guides for live + deployment, development of policy modules, and implementation + information. + + + + Port of LOMAC to TrustedBSD MAC Framework + TrustedBSD MAC branch: in progressgreen@FreeBSD.org + 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. + + + + Switch to GEOM as default storage management framework + FreeBSD CVS HEAD: in progress + phk@FreeBSD.orgMove 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. + +

Desired Features for 5.0-RELEASE