From 5c30bd48dbaa9d8cb7bba770fab5d1026e9753e6 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 11 Mar 1996 02:01:17 +0000 Subject: [PATCH] /var/run/.odus -> /var/run/sudo --- aclocal.m4 | 4 ++-- sudo.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 042d40cfc..f0f1ad52b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -140,8 +140,8 @@ dnl Where the log file goes, use /var/log if it exists, else /{var,usr}/adm dnl AC_DEFUN(SUDO_TIMEDIR, [AC_MSG_CHECKING(for timestamp file location) if test -d "/var/run"; then - AC_MSG_RESULT(/var/run/.odus) - AC_DEFINE(_SUDO_PATH_TIMEDIR, "/var/run/.odus") + AC_MSG_RESULT(/var/run/sudo) + AC_DEFINE(_SUDO_PATH_TIMEDIR, "/var/run/sudo") elif test -d "/tmp"; then AC_MSG_RESULT(/tmp/.odus) AC_DEFINE(_SUDO_PATH_TIMEDIR, "/tmp/.odus") diff --git a/sudo.pod b/sudo.pod index b2073bc13..9caf34a37 100644 --- a/sudo.pod +++ b/sudo.pod @@ -130,7 +130,7 @@ dynamic loader disables user-defined library search paths for setuid programs. (Most modern dynamic loaders do this.) B will check the ownership of its timestamp directory -(F or F by default) and ignore +(F or F by default) and ignore the directory's contents if it is not owned by root and only read, writable, and executable by root. On systems that allow users to give files away to root (via chown), -- 2.49.0