]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Perform VOP_GETATTR() before mac_check_vnode_exec() so that
authorRobert Watson <rwatson@FreeBSD.org>
Tue, 21 Jan 2003 03:26:28 +0000 (03:26 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Tue, 21 Jan 2003 03:26:28 +0000 (03:26 +0000)
commitec35c2af6858dcf85590be8107080079667873b1
tree817c2e49bc1b37ad08b9049656bf9144150e8bb4
parent7251b4bf932fea4e90e18d90000047275ea6440b
Perform VOP_GETATTR() before mac_check_vnode_exec() so that
the cached attributes are available to MAC modules.

Submitted by:   mike halderman <mrh@nosc.mil>
Obtained from: TrustedBSD Project
sys/kern/kern_exec.c