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

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

version 1.15, 2009/06/24 13:55:56 version 1.16, 2009/06/30 12:43:01
Line 18 
Line 18 
 Agency (DARPA) and Air Force Research Laboratory, Air Force  Agency (DARPA) and Air Force Research Laboratory, Air Force
 Materiel Command, USAF, under agreement number F39502-99-1-0512.  Materiel Command, USAF, under agreement number F39502-99-1-0512.
   
 $Sudo: sudoers.pod,v 1.172 2009/06/23 18:29:02 millert Exp $  $Sudo: sudoers.pod,v 1.173 2009/06/30 12:41:09 millert Exp $
 =pod  =pod
   
 =head1 NAME  =head1 NAME
Line 278 
Line 278 
   
  Cmnd_Spec ::= Runas_Spec? Tag_Spec* Cmnd   Cmnd_Spec ::= Runas_Spec? Tag_Spec* Cmnd
   
  Runas_Spec ::= '(' Runas_List? (: Runas_List)? ')'   Runas_Spec ::= '(' Runas_List? (':' Runas_List)? ')'
   
  Tag_Spec ::= ('NOPASSWD:' | 'PASSWD:' | 'NOEXEC:' | 'EXEC:' |   Tag_Spec ::= ('NOPASSWD:' | 'PASSWD:' | 'NOEXEC:' | 'EXEC:' |
                'SETENV:' | 'NOSETENV:' )                 'SETENV:' | 'NOSETENV:' )
Line 990 
Line 990 
   
 The default value is C<@passprompt@>.  The default value is C<@passprompt@>.
   
   =item role
   
   The default SELinux role to use when constructing a new security
   context to run the command.  The default role may be overridden on
   a per-command basis in I<sudoers> or via command line options.
   This option is only available whe B<sudo> is built with SELinux support.
   
 =item runas_default  =item runas_default
   
 The default user to run commands as if the B<-u> option is not specified  The default user to run commands as if the B<-u> option is not specified
Line 1022 
Line 1029 
   
 The owner of the timestamp directory and the timestamps stored therein.  The owner of the timestamp directory and the timestamps stored therein.
 The default is C<root>.  The default is C<root>.
   
   =item type
   
   The default SELinux type to use when constructing a new security
   context to run the command.  The default type may be overridden on
   a per-command basis in I<sudoers> or via command line options.
   This option is only available whe B<sudo> is built with SELinux support.
   
 =back  =back
   

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