sync
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 29 Sep 2004 19:22:15 +0000 (19:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 29 Sep 2004 19:22:15 +0000 (19:22 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index c9bb15fbd56936415941ca1d4e95c3de4d150e3e..60d62b9ec0d41cb184d989d0d9a214f2023ef497 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1731,3 +1731,14 @@ Sudo 1.6.8 released.
 547) Updated sample.pam to a current version.
 
 548) Better detection of unchanged files in sudoedit.
+
+Sudo 1.6.8p1 released.
+
+549) New trace functionality for systems with systrace(4).  When tracing
+     is enabled sudo will fork a daemon that traces the command and
+     intercepts and execve() calls and allows/denies the call based on
+     a sudoers lookup.
+
+550) Added support for multiple sudoers file via #include.
+
+551) An empty sudoers file is no longer a parse error.