Date: Mon, 5 Jun 2006 16:12:01 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/security/audit audit_arg.c audit_bsm.c Message-ID: <200606051612.k55GC1bn013189@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-06-05 16:12:00 UTC FreeBSD src repository Modified files: sys/security/audit audit_arg.c audit_bsm.c Log: When generating the process token, need to check whether the process was sucessfully audited. Otherwise, generate the PID token. This change covers the pid < 0 cases, and pid lookup failure cases. Submitted by: wsalamon Obtained from: TrustedBSD Project Revision Changes Path 1.4 +3 -1 src/sys/security/audit/audit_arg.c 1.6 +11 -14 src/sys/security/audit/audit_bsm.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606051612.k55GC1bn013189>