cvs commit: src/usr.bin/su Makefile su.c
Christian S.J. Peron
csjp at FreeBSD.org
Fri Sep 1 13:39:03 UTC 2006
csjp 2006-09-01 13:39:02 UTC
FreeBSD src repository
Modified files:
usr.bin/su Makefile su.c
Log:
Integrate audit_submit(3) bits into su. This means that records for
successful and failed su attempts will be recorded using the AUE_su
event type (login or lo class) if auditing is present in the system.
Currently, the records will have a header, subject, text (with the
actual diagnostics), a return and trailer token.
See audit_submit(3) for more information.
Reviewed by: rwatson
Obtained from: TrustedBSD Project
Revision Changes Path
1.41 +8 -0 src/usr.bin/su/Makefile
1.80 +68 -6 src/usr.bin/su/su.c
More information about the cvs-src
mailing list