cvs commit: src/sys/kern kern_sig.c sys_process.c vfs_vnops.c
Robert Watson
rwatson at FreeBSD.org
Sun Sep 3 08:07:00 UTC 2006
rwatson 2006-09-03 08:06:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern kern_sig.c sys_process.c vfs_vnops.c
Log:
Merge kern_sig.c:1.322, sys_process.c:1.136, vfs_vnops.c:1.238 from HEAD
to RELENG_6:
Audit the arguments to the kill(2) and killpg(2) system calls.
Audit the arguments to the ptrace(2) system call.
Make sure that we are adding a path token to the audit record in open(2).
Do this by making sure we are using the AUDITVNODE1 mask in the namei
flags.
Obtained from: TrustedBSD Project
Revision Changes Path
1.306.2.6 +7 -0 src/sys/kern/kern_sig.c
1.131.2.6 +7 -0 src/sys/kern/sys_process.c
1.233.2.4 +3 -2 src/sys/kern/vfs_vnops.c
More information about the cvs-src
mailing list