]> granicus.if.org Git - sudo/commitdiff
Add checksum idea from Steve Mancini
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Aug 2004 23:33:05 +0000 (23:33 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Aug 2004 23:33:05 +0000 (23:33 +0000)
TODO

diff --git a/TODO b/TODO
index ca327b0d6c75e1dfe095dbd23ed58a949167f551..1493fd4a32a8c6baad5d5875930ddf0720bf8161 100644 (file)
--- a/TODO
+++ b/TODO
@@ -135,3 +135,6 @@ TODO list (most will be addressed in sudo 2.0)
 
 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).
+
+49) Maybe have a database of checksums that commands are verified against.
+    Basically replace the st_ino/st_dev check with a checksum lookup.