sudo/sudoers

changeset 456
f243ce94972c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/sudo/sudoers	Fri Aug 03 15:42:27 2012 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +##
     1.5 +##  sudoers -- global sudoers(5) specification
     1.6 +##  Hint: general structure is "who where = (as_whom) what"
     1.7 +##
     1.8 +
     1.9 +#includedir @l_prefix@/etc/sudo/sudoers.d
    1.10 +
    1.11 +#   - allow root (first entry) and
    1.12 +#   - anybody in group "wheel" (second entry)
    1.13 +#   - to run on all hosts
    1.14 +#   - under any user
    1.15 +#   - without password request
    1.16 +#   - with set environment variables
    1.17 +#   - any command
    1.18 +root    ALL = (ALL) NOPASSWD: SETENV: ALL
    1.19 +%wheel  ALL = (ALL) NOPASSWD: SETENV: ALL
    1.20 +

mercurial