# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
# Failure to use 'visudo' may result in syntax or file permission errors
# that prevent sudo from running.
#
# See the sudoers man page for the details on how to write a sudoers file.
#

# Include directory for special installations.
# Remove space for '#includedir' directive to enable including.
# /etc/sudo.d directory must be not empty for valid sudoers sources.
# includedir /etc/sudo.d

# Host alias specification

# User alias specification
User_Alias	WHEEL_USERS = %wheel
User_Alias	XGRP_USERS = %xgrp

# Cmnd alias specification

# Defaults specification

# If env_reset is disabled, sudo will NOT reset the environment
# to only contain the fixed list of variables.
# See sudoers(5) for details.
#Defaults:WHEEL_USERS	!env_reset

# Preserve DISPLAY and XAUTHORITY environment variables
# for "xgrp" group members.
Defaults:XGRP_USERS	env_keep += "DISPLAY XAUTHORITY"

# Uncomment to allow people in group wheel to run all commands
#WHEEL_USERS	ALL=(ALL) ALL

# Same thing without a password
#WHEEL_USERS	ALL=(ALL) NOPASSWD: ALL

# User privilege specification
#root	ALL=(ALL) ALL

