]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 8 Apr 1999 00:20:03 +0000 (00:20 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 8 Apr 1999 00:20:03 +0000 (00:20 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index eb878343bff587f16a56a0d5e91986606a1bbcdc..f578401b805a98c6d26abcb3eb2144bc866d1ae9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1057,3 +1057,6 @@ Sudo 1.5.9 released.
 331) In estrdup(), do the malloc ourselves so we don't need to rely on the
      system strdup(3) which may or may not exist.  There is now no need to
      provide strdup() for those w/o it.
+
+332) You can now specifiy a host list instead of just a host or alias
+     in a privilege list.  Ie: user=host1,host2,ALIAS,!host3 /bin/ls