#
# Example su1.priv file
# WARNING: DO NOT INSTALL THIS FILE WITHOUT CUSTOMIZING IT.
# WARNING: You have to change it for your own requirements.
# WARNING: The following line is present just in case you don't change it.

# Define the paths for running programs and no log file
paths	/bin /usr/bin /sbin /usr/sbin /usr/local/bin /usr/local/sbin
logfile	/dev/null

# Allow these environment variables through to the programs being run
variables	TERM LS_OPTIONS

# Define some privileged users
define	GODS	root monday
#define	PPPUSER	alfred gast ulf ignatz

# Define some command aliases
alias	cdmount		mount /cdrom
alias	cdumount	umount /cdrom
# alias	online	/etc/ppp/ppp-up
# alias	offline	/etc/ppp/ppp-down

# These never require a password since they are reasonably safe
ask	never
allow	GODS	prefix	/usr/bin/hfkernel 
allow	GODS	prefix	cdmount
allow	GODS	prefix	cdumount
#allow	PPPUSER	prefix	online
#allow	PPPUSER	prefix	offline

# These require a password occasionally (after 10 minutes)
ask	interval	10
allow	GODS	any

