Chown the fdisk non-FreeBSD deletion task to jhb@/nyan@; change

status to patches circulating.  Unless I missed the commit of the
patches, which is also possible.

Update MAC Framework userland merge task: recursive file system
labeling is now supported.  A few other minor tweaks remain, if
time happens.

Update the mac_lomac task: it's pretty much complete, but we need
to merge the sample policy file for src/share (commit request
pending approval of re@) and commit the documentation.  We also
need to scrub the old LOMAC from the tree (currently not built).
Commit request also pending on that.

Add a task to make sysinstall know how to speak UFS2 for partition
labeling and newfsing.  I own the task; am currently circulating
patches.
This commit is contained in:
Robert Watson 2002-12-03 14:22:58 +00:00
parent b5582c3bbb
commit f21025c12e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15138

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.66 2002/12/02 17:06:02 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.67 2002/12/03 14:03:33 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -58,8 +58,8 @@
<tr>
<td>Reported problems with fdisk disk editor</td>
<td>--</td>
<td>--</td>
<td>Patches circulating</td>
<td>jhb@,nyan@</td>
<td>Reported problems deleting non-FreeBSD slices using the sysinstall
fdisk editor.</td>
</tr>
@ -159,8 +159,8 @@
<td>Mostly merged, some minor updates pending</td>
<td>rwatson@</td>
<td>Most MAC support for user applications and daemons has been
merged. Minor updates to support recursive file labeling,
correct labeling in inetd, and a few other bits and pieces is
merged. Minor updates to support correct labeling in inetd,
optional labeling of ttys, and a few other bits and pieces are
pending.</td>
</tr>
@ -176,13 +176,10 @@
<tr>
<td>Port of LOMAC to TrustedBSD MAC Framework</td>
<td>Merge in progress</td>
<td>green@</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.
The kernel code and boot code is now merged, but slight updates
to the userland file label management tool are required to
perform LOMAC's initial labeling.</td>
<td>green@,rwatson@</td>
<td>New mac_lomac implementation almost completely merged:
currently missing are the default policy file (commit request
under review by re@) and documentation.</td>
</tr>
<tr>
@ -200,6 +197,14 @@
</td>
</tr>
<tr>
<td>sysinstall support for UFS2</td>
<td>Patches being circulated.</td>
<td>rwatson@</td>
<td>Teach sysinstall how to properly create UFS2 partitions, and
under what circumstances that is appropriate.</td>
</tr>
<tr>
<td>KerberosV, OpenSSH, and PAM</td>
<td>In progress</td>