## Sudoers allows particular users to run various commands as
## the root user, without needing the root password.
## Command Aliases
## These are groups of related commands...
## Networking
Cmnd_Alias NETWORKING = /sbin/route, /sbin/ifconfig, /bin/ping, /sbin/dhclient, /usr/bin/net, /sbin/iptables, /usr/bin/rfcomm, /usr/bin/wvdial, /sbin/iwconfig, /sbin/mii-tool
root	ALL=(ALL) 	PASSWD : ALL
%wheel	ALL=(ALL)	NOPASSWD: ALL
apache  ALL=(root)      NOPASSWD: /bin/env
foo  ALL=(root)     NETWORKING 

