Robert Watson wrote:

rwatson     2006-02-02 01:32:58 UTC

 FreeBSD src repository

 Modified files:
sys/kern kern_exit.c kern_fork.c Log:
 Hook up audit to fork() and exit() events.  These changes manage the
 audit state on processes, not auditing of these events.
Much work by: wsalamon
 Obtained from:  TrustedBSD Project
Revision Changes Path
 1.277     +5 -0      src/sys/kern/kern_exit.c
 1.254     +11 -1     src/sys/kern/kern_fork.c
shouldn't these be implemented by supplying event handlers for exit and fork
instead of adding code to exit and fork themselves?
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to