cvs commit: src/sys/kern kern_descrip.c kern_exit.c kern_fork.c
kern_prot.c
Robert Watson
rwatson at FreeBSD.org
Sat Sep 2 17:41:09 UTC 2006
rwatson 2006-09-02 17:41:00 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern kern_descrip.c kern_exit.c kern_fork.c
kern_prot.c
Log:
Merge kern_descrip.c:1.291, kern_exit.c:1.280, kern_fork.c:1.255,
kern_prot.c:1.202 from HEAD to RELENG_6:
Add auditing of arguments to the close() and fstat() system calls.
Audit the pid being requested in wait4().
Audit the args to rfork(), and the child PID for all fork system calls.
Audit the arguments (user/group IDs) for the system calls that set these
IDs.
Obtained from: TrustedBSD Project
Revision Changes Path
1.279.2.7 +10 -0 src/sys/kern/kern_descrip.c
1.263.2.12 +2 -0 src/sys/kern/kern_exit.c
1.252.2.3 +2 -0 src/sys/kern/kern_fork.c
1.200.2.1 +17 -0 src/sys/kern/kern_prot.c
More information about the cvs-src
mailing list