]> granicus.if.org Git - sudo/commitdiff
sync
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 23 Jul 2004 20:44:09 +0000 (20:44 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 23 Jul 2004 20:44:09 +0000 (20:44 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index e5b479be4cd7ab5afb36020d8b3970859d9e7658..f51cf598b2fbee15c28671505371ad8e9049aba7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1705,3 +1705,6 @@ Sudo 1.6.7p5 released.
 
 537) PAM support now uses Use pam_acct_mgmt() to check for disabled accounts
     (from Brian Farrell).
+
+538) The sudoers file is now parsed as the runas user in all cases instead
+     of not root.  This fixes some issues with running NFS-mounted commands.