diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-08 15:44:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-08 15:44:26 +0000 |
commit | e99866cc23f1024fba9290d4e2d249b66e0cdcfe (patch) | |
tree | ab01989936f46e34af83b70c543e897e5a459ed8 /usr.bin/sudo/CHANGES | |
parent | 42aeee211d4f120f8cf401d72978dbbae83396a7 (diff) |
sync with sudo 1.6.4rc2
Diffstat (limited to 'usr.bin/sudo/CHANGES')
-rw-r--r-- | usr.bin/sudo/CHANGES | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/sudo/CHANGES b/usr.bin/sudo/CHANGES index 61a86fc005c..f78a322b12f 100644 --- a/usr.bin/sudo/CHANGES +++ b/usr.bin/sudo/CHANGES @@ -1360,9 +1360,10 @@ Sudo 1.6.3p7 released. 426) Added stay_setuid option for systems that have libraries that perform extra paranoia checks in system libraries for setuid programs. -427) Environment munging is now done by hand. We build up a new environment - and assign it to "environ". This means we don't rely on getenv(3), - putenv(3), or setenv(3). +427) Environment munging is now done by hand. The environment is zeroed + upon sudo startup and a new environment is built before the command + is executed. This means we don't rely on getenv(3), putenv(3), + or setenv(3). 428) Added a class of environment variables that are only cleared if they contain '/' or '%' characters. |