]> granicus.if.org Git - sudo/commitdiff
added John_Rouillard@dl5000.bc.edu's changes (new features)
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 Dec 1993 03:06:17 +0000 (03:06 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 Dec 1993 03:06:17 +0000 (03:06 +0000)
sudo.man

index d1d591381d8a42123a15e08f78fdafe20b87c96a..879e105e8c2a9390f974e6c15849e33ac238aa1a 100644 (file)
--- a/sudo.man
+++ b/sudo.man
@@ -84,18 +84,20 @@ Examples
     billp       ALL=/usr/local/bin/top:MACHINES=SHELLS
     davehieb    merlin=ALL:SERVERS=/etc/halt:\\
                 kodiakthorn=ALL
+    steve       ALL=/usr/su_commands/
 
 The above
 .I sudoers
 file specification is composed of 4 host alias specifications, 4
-command alias specifications and 7 user specifications.  Britt is
+command alias specifications and 8 user specifications.  Britt is
 permitted to execute /etc/halt, /etc/shutdown, /usr/etc/lpc and
 /usr/ucb/lprm on the REMOTE machines (merlin, kodiakthorn, and
 spirit).  Robh is permitted to execute any command except for the group
 of SHELL commands on any machine.  Jill is permitted to execute
 /etc/shutdown, /bin/rm, and /bin/cat on houdini.  Davehieb can execute
 any command on machines merlin and kodiakthorn and can halt the
-SERVERS.
+SERVERS.  Steve can run any command located in the directory
+/usr/su_commands on all machines.
 
 The
 .I sudoers
@@ -169,6 +171,11 @@ Have visudo do more extensive checking on the sudoers file.
 /usr/local/etc/visudo        utility for modifying the sudoers file.
 .fi
 
+.SH ENVIRONMENT VARIABLES
+.nf
+EDITOR                       Used by visudo to determine the editor to use.
+.fi
+
 .SH AUTHORS
 .nf
 Jeff Nieusma                 <nieusma@rootgroup.com>