Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2000 13:06:06 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exec.c
Message-ID:  <200011302106.eAUL66J81625@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011302106.eAUL66J81625>