From: Todd C. Miller Date: Tue, 13 Jan 1998 04:49:20 +0000 (+0000) Subject: fix version X-Git-Tag: SUDO_1_5_4~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=994d39953c407361aa507b287ec4abd9ea994c48;p=sudo fix version --- diff --git a/INSTALL b/INSTALL index b7e6dd66d..eea40ae24 100644 --- a/INSTALL +++ b/INSTALL @@ -62,11 +62,11 @@ For most systems and configurations it is possible simply to: Notes on upgrading from an older release ======================================== -Sudo 1.5.3 expects the sudoers file to have different permissions +Sudo 1.5.4 expects the sudoers file to have different permissions (mode 0440) and be owned by user and group 0. This differs from version 1.4 and below which expected the sudoers file to be owned by root and mode 0400. Doing a `make install' will set the sudoers -file to the new mode and group. If sudo 1.5.3 encounters a sudoers +file to the new mode and group. If sudo 1.5.4 encounters a sudoers file with the old permissions it will attempt to update it to the new scheme. You cannot, however, use a sudoers file with the new permissions with an old sudo binary. It is suggested that if have