michael@456: ## michael@456: ## sudoers -- global sudoers(5) specification michael@456: ## Hint: general structure is "who where = (as_whom) what" michael@456: ## michael@456: michael@456: #includedir @l_prefix@/etc/sudo/sudoers.d michael@456: michael@456: # - allow root (first entry) and michael@456: # - anybody in group "wheel" (second entry) michael@456: # - to run on all hosts michael@456: # - under any user michael@456: # - without password request michael@456: # - with set environment variables michael@456: # - any command michael@456: root ALL = (ALL) NOPASSWD: SETENV: ALL michael@456: %wheel ALL = (ALL) NOPASSWD: SETENV: ALL michael@456: