#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#
# Note that modifying behavior defined here may also be done by 
# adding content in the /etc/sudoers.d directory.
#

Defaults	env_reset

# root can use sudo to do anything
root	ALL=(ALL) ALL

# Allow members of group sudo to execute any command
# (Note that later entries may override this)
%sudo	ALL=(ALL) ALL

#includedir /etc/sudoers.d
