[BACK]Return to sudoers CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/sudoers between version 1.1 and 1.2

version 1.1, 1999/11/18 16:29:01 version 1.2, 2001/08/16 14:34:54
Line 13 
Line 13 
   
 # User privilege specification  # User privilege specification
 root    ALL=(ALL) ALL  root    ALL=(ALL) ALL
   
   # Uncomment to allow people in group wheel to run all commands
   # %wheel        ALL=(ALL)       ALL
   
   # Same thing without a password
   # %wheel        ALL=(ALL)       NOPASSWD: ALL
   
   # Samples
   # %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
   # %users  localhost=/sbin/shutdown -h now
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2