From: Bdale Garbee Date: Wed, 22 Sep 2010 05:53:30 +0000 (-0600) Subject: fix README.Debian to reflect change in HOME handling X-Git-Tag: debian/1.7.4p4-3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3a1d8e2066c0c951f7e8d20deca4b9ff61c7770a;p=debian%2Fsudo fix README.Debian to reflect change in HOME handling --- diff --git a/debian/README.Debian b/debian/README.Debian index a81d9e3..e1ecb3e 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -2,9 +2,8 @@ The version of sudo that ships with Debian by default resets the environment, as described by the "env_reset" flag in the sudoers file. This implies that all environment variables are removed, except for -HOME, LOGNAME, PATH, SHELL, TERM, DISPLAY, XAUTHORITY, XAUTHORIZATION, -XAPPLRESDIR, XFILESEARCHPATH, XUSERFILESEARCHPATH, LANG, LANGUAGE, LC_*, -and USER. +LOGNAME, PATH, SHELL, TERM, DISPLAY, XAUTHORITY, XAUTHORIZATION, XAPPLRESDIR, +XFILESEARCHPATH, XUSERFILESEARCHPATH, LANG, LANGUAGE, LC_*, and USER. In case you want sudo to preserve more environment variables, you must specify the env_keep variable in the sudoers file. You should edit the diff --git a/debian/changelog b/debian/changelog index 7a1acb4..51eebde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ sudo (1.7.4p4-3) unstable; urgency=low fragile, closes: #585514 * cope with upstream's Makefile trying to install ChangeLog in our doc directory, closes: #597389 + * fix README.Debian to reflect that HOME is no longer preserved by default, + closes: #596847 - -- Bdale Garbee Thu, 09 Sep 2010 13:54:25 -0600 + -- Bdale Garbee Tue, 21 Sep 2010 23:53:08 -0600 sudo (1.7.4p4-2) unstable; urgency=low