16 lines
468 B
Plaintext
16 lines
468 B
Plaintext
#ident "$Revision: 1.4 $"
|
|
#
|
|
# su log file
|
|
SULOG=/var/adm/sulog
|
|
#
|
|
# log all successful attempts to su root to this device
|
|
##CONSOLE=/dev/console
|
|
#
|
|
# default paths (these are from /usr/include/paths.h)
|
|
##SUPATH=/usr/sbin:/usr/bsd:/sbin:/usr/bin:/etc:/usr/etc:/usr/bin/X11
|
|
##PATH=/usr/sbin:/usr/bsd:/sbin:/usr/bin:/usr/bin/X11:
|
|
#
|
|
# Log to syslog all login failures (SYSLOG=FAIL) or all successes and
|
|
# failures (SYSLOG=ALL). No messages to syslog if not set.
|
|
SYSLOG=ALL
|