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

Diff for /src/usr.bin/sudo/Attic/sudoers.5 between version 1.15 and 1.16

version 1.15, 2003/03/15 21:23:54 version 1.16, 2003/04/14 06:39:24
Line 938 
Line 938 
 comment character and any text after it, up to the end of the line,  comment character and any text after it, up to the end of the line,
 are ignored.  are ignored.
 .PP  .PP
 The reserved word \fB\s-1ALL\s0\fR is a built in \fIalias\fR that always causes  The reserved word \fB\s-1ALL\s0\fR is a built-in \fIalias\fR that always causes
 a match to succeed.  It can be used wherever one might otherwise  a match to succeed.  It can be used wherever one might otherwise
 use a \f(CW\*(C`Cmnd_Alias\*(C'\fR, \f(CW\*(C`User_Alias\*(C'\fR, \f(CW\*(C`Runas_Alias\*(C'\fR, or \f(CW\*(C`Host_Alias\*(C'\fR.  use a \f(CW\*(C`Cmnd_Alias\*(C'\fR, \f(CW\*(C`User_Alias\*(C'\fR, \f(CW\*(C`Runas_Alias\*(C'\fR, or \f(CW\*(C`Host_Alias\*(C'\fR.
 You should not try to define your own \fIalias\fR called \fB\s-1ALL\s0\fR as the  You should not try to define your own \fIalias\fR called \fB\s-1ALL\s0\fR as the
 built in alias will be used in preference to your own.  Please note  built-in alias will be used in preference to your own.  Please note
 that using \fB\s-1ALL\s0\fR can be dangerous since in a command context, it  that using \fB\s-1ALL\s0\fR can be dangerous since in a command context, it
 allows the user to run \fBany\fR command on the system.  allows the user to run \fBany\fR command on the system.
 .PP  .PP
 An exclamation point ('!') can be used as a logical \fInot\fR operator  An exclamation point ('!') can be used as a logical \fInot\fR operator
 both in an \fIalias\fR and in front of a \f(CW\*(C`Cmnd\*(C'\fR.  This allows one to  both in an \fIalias\fR and in front of a \f(CW\*(C`Cmnd\*(C'\fR.  This allows one to
 exclude certain values.  Note, however, that using a \f(CW\*(C`!\*(C'\fR in  exclude certain values.  Note, however, that using a \f(CW\*(C`!\*(C'\fR in
 conjunction with the built in \f(CW\*(C`ALL\*(C'\fR alias to allow a user to  conjunction with the built-in \f(CW\*(C`ALL\*(C'\fR alias to allow a user to
 run \*(L"all but a few\*(R" commands rarely works as intended (see \s-1SECURITY\s0  run \*(L"all but a few\*(R" commands rarely works as intended (see \s-1SECURITY\s0
 \&\s-1NOTES\s0 below).  \&\s-1NOTES\s0 below).
 .PP  .PP
Line 1018 
Line 1018 
 will be kept around for several years.  will be kept around for several years.
 .PP  .PP
 .Vb 6  .Vb 6
 \& # Override built in defaults  \& # Override built-in defaults
 \& Defaults               syslog=auth  \& Defaults               syslog=auth
 \& Defaults>root          !set_logname  \& Defaults>root          !set_logname
 \& Defaults:FULLTIMERS    !lecture  \& Defaults:FULLTIMERS    !lecture

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16