]> granicus.if.org Git - sudo/commitdiff
Add upgrading noted for 1.7
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Feb 2005 04:10:29 +0000 (04:10 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 10 Feb 2005 04:10:29 +0000 (04:10 +0000)
UPGRADE

diff --git a/UPGRADE b/UPGRADE
index c0e73afbe405e673667664674ecee6f40aad40e5..2880a28750b53fd6fe02752cebb6f1e0cc2a6145 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,6 +1,18 @@
 Notes on upgrading from an older release
 ========================================
 
+o Upgrading from a version prior to 1.7
+
+    Starting with sudo 1.7, if an OS supports a modular authentication
+    method such as PAM, it will be used by default.
+
+    Prior to version 1.7, sudo would preserve the user's environment,
+    pruning out potentially dangerous variables.  Starting with sudo
+    1.7 the envionment is reset to a default set of values.  To
+    preserve specific environment variables, add them to the "env_keep"
+    list in sudoers.  The old behavior can be restored by negating the
+    "env_reset" option in sudoers.
+
 o Upgrading from a version prior to 1.6.8:
 
     Prior to sudo 1.6.8, if /var/run did not exist, sudo would put