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.
This commit is contained in:
@@ -62,8 +62,8 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Where to put the timestamp files. Defaults to /var/run/sudo if
|
||||
* /var/run exists, else /tmp/.odus.
|
||||
* Where to put the timestamp files. Defaults to /var/run/sudo,
|
||||
* /var/adm/sudo or /usr/adm/sudo depending on what exists.
|
||||
*/
|
||||
#ifndef _PATH_SUDO_TIMEDIR
|
||||
#undef _PATH_SUDO_TIMEDIR
|
||||
|
Reference in New Issue
Block a user