From 4d9f668bb1f97c6750782296ff942ab761ad1dd8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 25 Jun 1996 23:31:43 +0000 Subject: [PATCH] fixed entry for SUDO_MODE --- OPTIONS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/OPTIONS b/OPTIONS index bba3c018b..5861fe57a 100644 --- a/OPTIONS +++ b/OPTIONS @@ -205,9 +205,11 @@ LONG_SKEY_PROMPT This feature is off by default. SUDOERS_MODE - File mode for the sudoers file (octal). This should be 0440 if - you want to be able to share the sudoers file via NFS or 0400 - if you do not. The default mode is 0440. + File mode for the sudoers file (octal). Note that if you + set this to be more restictive than 0440 you *MUST* set + SUDOERS_UID to be something other than 0. Also Note that + this is usually set in the Makefile. + The default mode is 0440. SUDOERS_UID User id that "owns" the sudoers file. Note that this is the -- 2.40.0