diff -r eb5f1f7ac5ff -r f243ce94972c sudo/sudoers --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sudo/sudoers Fri Aug 03 15:42:27 2012 +0200 @@ -0,0 +1,17 @@ +## +## sudoers -- global sudoers(5) specification +## Hint: general structure is "who where = (as_whom) what" +## + +#includedir @l_prefix@/etc/sudo/sudoers.d + +# - allow root (first entry) and +# - anybody in group "wheel" (second entry) +# - to run on all hosts +# - under any user +# - without password request +# - with set environment variables +# - any command +root ALL = (ALL) NOPASSWD: SETENV: ALL +%wheel ALL = (ALL) NOPASSWD: SETENV: ALL +