From: Todd C. Miller Date: Thu, 25 Jul 1996 22:47:50 +0000 (+0000) Subject: * -> ?* in one example X-Git-Tag: SUDO_1_5_0~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c809dd70ca5459684dec5dfddf63c14259344340;p=sudo * -> ?* in one example added another instance of (runas) and one of NOPASSWD: --- diff --git a/sudoers.pod b/sudoers.pod index 7ef2024d5..896b296e8 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -155,19 +155,19 @@ with a "\" if used in command arguments: ",", ":", "=", "\". SHUTDOWN=/etc/halt,/etc/shutdown # User specification - FULLTIME ALL=(ALL) NOPASSWD:ALL + FULLTIME ALL=(ALL) NOPASSWD: ALL %wheel ALL=ALL PARTTIME ALL=ALL,!SHELLS,!SU +interns +openlabs=ALL,!SHELLS,!SU britt REMOTE=SHUTDOWN:ALL=LPCS - jimbo CUNETS=/bin/su *,!/bin/su root + jimbo CUNETS=/bin/su ?*,!/bin/su root nieusma SERVERS=SHUTDOWN,/etc/reboot:\ HUB=ALL,!SHELLS jill houdini=/etc/shutdown -[hr] now,MISC markm HUB=ALL,!MISC,!/etc/shutdown,!/etc/halt davehieb merlin=ALL:SERVERS=/etc/halt:\ - kodiakthorn=ALL - steve CSNETS=/usr/op_commands/,/bin/su operator + kodiakthorn=NOPASSWD: ALL + steve CSNETS= (operator) /usr/op_commands/ =head2 Host Alias specifications: @@ -252,12 +252,13 @@ in the C alias. =item davehieb The user C may run any command on C, -F on the C and any command on C. +F on the C. He may also run any command +on C without giving a password. =item steve The user C may run any command in the F -directory and C on the machines on C. +directory as user C on the machines on C. =back