Some more todo for the next release.

This commit is contained in:
Todd C. Miller
2004-08-06 01:14:00 +00:00
parent 15222dbc1d
commit e2bc02a1de

9
TODO
View File

@@ -126,3 +126,12 @@ TODO list (most will be addressed in sudo 2.0)
can point to other files containing an insult count as the first
line and that have a constant record length (sparse files) for
easy seeking.
46) Move cmnd_base setting and stashing of stat info from parse.c to sudo.c
47) Investigate using glob(3) instead of fnmatch(3) for path matching. That
way we can stat each potential match like we normally would. Patterns
ending in '/*' can be replaced with '/basename' as an optimization.
48) Some way of using a new pty for the program run via sudo would prevent
access to the caller's /dev/tty (but probably makes job control tricky).