cvs commit: src/sys/kern kern_exit.c kern_fork.c
Julian Elischer
julian at elischer.org
Thu Feb 2 10:48:58 PST 2006
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?
More information about the cvs-src
mailing list