# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for the details on how to write a sudoers file.
#

# Host alias specification

# User alias specification

# Cmnd alias specification
Cmnd_Alias	PPP=/usr/sbin/ppp-on,/usr/sbin/ppp-off,\
                /bin/cp,/bin/rm,/usr/sbin/pppd,\
		/bin/grep CONNECT /etc/ppp/connect-errors,\
		/bin/grep /dev/ /etc/ppp/options

# User privilege specification
root	ALL=(ALL) ALL
dave	ALL=NOPASSWD: PPP
