From owner-cvs-all Thu Nov 30 13: 6:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AD1C37B6AC; Thu, 30 Nov 2000 13:06:06 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eAUL66J81625; Thu, 30 Nov 2000 13:06:06 -0800 (PST) (envelope-from rwatson) Message-Id: <200011302106.eAUL66J81625@freefall.freebsd.org> From: Robert Watson Date: Thu, 30 Nov 2000 13:06:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/11/30 13:06:06 PST Modified files: sys/kern kern_exec.c Log: o Add a comment to exec_check_permissions() to indicate that the passed vnode must be locked; this is the case because of calls to VOP_GETATTR(), VOP_ACCESS(), and VOP_OPEN(). This becomes more of an issue when VOP_ACCESS() gets a bit more complicated, which it does when you introduce ACL, Capability, and MAC support. Obtained from: TrustedBSD Project Revision Changes Path 1.120 +2 -1 src/sys/kern/kern_exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message