From owner-cvs-all@FreeBSD.ORG Fri Dec 29 11:45:07 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06C9F16A47E; Fri, 29 Dec 2006 11:45:07 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D2E5A13C458; Fri, 29 Dec 2006 11:45:06 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBTAnE1t008289; Fri, 29 Dec 2006 10:49:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBTAnEAC008288; Fri, 29 Dec 2006 10:49:14 GMT (envelope-from rwatson) Message-Id: <200612291049.kBTAnEAC008288@repoman.freebsd.org> From: Robert Watson Date: Fri, 29 Dec 2006 10:49:13 +0000 (UTC) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit_syscalls.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 11:45:07 -0000 rwatson 2006-12-29 10:49:13 UTC FreeBSD src repository Modified files: sys/security/audit audit_syscalls.c Log: Use p_cansee() to check that a target process for an audit state manipulation is visible to the subject process. Remove XXX comments suggesting this. Convert one XXX on a difference from Darwin into a note: it's not a bug, it's a feature. Obtained from: TrustedBSD Project Revision Changes Path 1.10 +9 -3 src/sys/security/audit/audit_syscalls.c