# This file allows anyone in the wheel group to launch
# commands with superuser priviliges through sudo

%wheel ALL=(ALL:ALL) ALL
Defaults passprompt="[sudo] password for %u: "
