From: Todd C. Miller Date: Fri, 6 Aug 2004 23:33:05 +0000 (+0000) Subject: Add checksum idea from Steve Mancini X-Git-Tag: SUDO_1_6_8~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8013ece9b9317057f4c0895df3058d0c103b700d;p=sudo Add checksum idea from Steve Mancini --- diff --git a/TODO b/TODO index ca327b0d6..1493fd4a3 100644 --- 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.