Document that an audit of devfs permissions must be performed before

5.0-RC1.  Assign ownership to kris.
This commit is contained in:
Robert Watson 2002-11-19 13:34:30 +00:00
parent 641e65e6de
commit a894428c2c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14951

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.16 2002/11/19 00:49:52 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.17 2002/11/19 13:31:35 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -23,6 +23,17 @@
<table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>Audit of devfs device permissions</td>
<td>--</td>
<td>kris@FreeBSD.org</td>
<td>With the move to devfs, the permissions specified in kernel device
creation lines using make_dev() are now used as the default permissions
for /dev entries. Some of these entries are more lax than is desired,
or than the MAKEDEV defaults in 4.x. These need to be carefully
reviewed and fixed.</td>
</tr>
</table>
<h3>Must Resolve Issues for 5.0-RELEASE</h3>