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

Contents of /puppet/modules/sudo/templates/sudoers

Parent Directory Parent Directory | Revision Log Revision Log


Revision 521 - (show annotations) (download)
Tue Dec 7 00:16:44 2010 UTC (13 years, 4 months ago) by boklm
File size: 644 byte(s)
add defaults
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

  ViewVC Help
Powered by ViewVC 1.1.30