]> granicus.if.org Git - sudo/commitdiff
Mention init.d scripts on AIX and HP-UX
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Feb 2014 17:27:47 +0000 (10:27 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 17 Feb 2014 17:27:47 +0000 (10:27 -0700)
Mention sudoers group mismatch fix

NEWS
doc/UPGRADE

diff --git a/NEWS b/NEWS
index 22294b0dbc8f125a3b5f217c75af75e2c117e10c..212d3b69d34db07f9f8709cf2f1865aa0a91e52a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,14 @@ What's new in Sudo 1.8.10?
    server.  If netgroups are not needed, this option can be disabled
    to reduce the load on the LDAP server.
 
+ * Sudo is once again able to open the sudoers file when the group
+   on sudoers doesn't match the expected value, so long as the file
+   is not group writable.
+
+ * Sudo now installs an init.d script to clear the time stamp
+   directory at boot time on AIX and HP-UX systems.  These systems
+   either lack /var/run or do not clear it on boot.
+
 What's new in Sudo 1.8.9p5?
 
  * Fixed a compilation error on AIX when LDAP support is enabled.
index 1a21ab5800ae4e0a10d230171093b72885aa4eea..026faaeac197a0e594b31c5005b69a1ae07a1ca7 100644 (file)
@@ -12,6 +12,10 @@ o Upgrading from a version prior to 1.8.10:
     important that the time stamp files not persist when the system
     reboots.  For this reason, ther default location for the time
     stamp files has changed back to a directory located in /var/run.
+    Systems that do not have /var/run (e.g. AIX) or that do not clear
+    it on boot (e.g. HP-UX) will need to clear the time stamp
+    directory via a startup script.  Such a script is installed by
+    default on AIX and HP-UX systems.
 
     Because there is now a single time stamp file per user, the -K
     option will remove all of the user's time stamps, not just the