Add myself to the devfs audit task in addition to kris.

This commit is contained in:
Robert Watson 2002-12-06 20:11:38 +00:00
parent 70158eee20
commit ed48ad9438
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15194

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.90 2002/12/06 01:33:49 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.91 2002/12/06 20:11:04 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -35,7 +35,7 @@
<tr>
<td>Audit of devfs device permissions</td>
<td>In progress</td>
<td>kris@</td>
<td>kris@,rwatson@</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,