From: Todd C. Miller Date: Mon, 17 May 2004 20:28:53 +0000 (+0000) Subject: No longer use /tmp/.odus as a possible timestamp dir unless specifically X-Git-Tag: SUDO_1_6_8~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13050dc4d5cf9f87874f6d6dac274d2def08b862;p=sudo No longer use /tmp/.odus as a possible timestamp dir unless specifically configured to do so. Instead, if no /var/run exists, use /var/adm/sudo or /usr/adm/sudo. --- diff --git a/CHANGES b/CHANGES index cb5956e5f..22caace1b 100644 --- a/CHANGES +++ b/CHANGES @@ -1678,3 +1678,7 @@ Sudo 1.6.7p5 released. 527) A uid specified in sudoers now matches the user specified by the -u flag even if the -u flag specified a name, not a uid. + +528) /tmp/.odus is no longer used for timestamps by default. One of + /var/run/sudo, /var/adm/sudo or /usr/adm/sudo is used depending + on what directories exist.