/[adm]/puppet/modules/sudo/templates/sudoers
ViewVC logotype

Diff of /puppet/modules/sudo/templates/sudoers

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 215 by boklm, Tue Nov 9 22:48:04 2010 UTC revision 521 by boklm, Tue Dec 7 00:16:44 2010 UTC
# Line 1  Line 1 
1    Defaults    env_reset
2    Defaults    env_keep =  "COLORS DISPLAY HOSTNAME HISTSIZE LS_COLORS"
3    Defaults    env_keep += "MAIL PS1 PS2 USERNAME LANG LC_ADDRESS LC_CTYPE"
4    Defaults    env_keep += "LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES"
5    Defaults    env_keep += "LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE"
6    Defaults    env_keep += "LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY"
7    
8    Defaults    secure_path = /sbin:/bin:/usr/sbin:/usr/bin
9    
10    ## Allow root to run any commands anywhere
11    root    ALL=(ALL)       ALL
12    
13    ## Read drop-in files from /etc/sudoers.d (the # here does not mean a comment)
14  #includedir /etc/sudoers.d  #includedir /etc/sudoers.d

Legend:
Removed from v.215  
changed lines
  Added in v.521

  ViewVC Help
Powered by ViewVC 1.1.30