K 10 svn:author V 3 jhb K 8 svn:date V 27 2019-10-24T20:48:30.296052Z K 7 svn:log V 319 MFC 350549: Set ISOPEN in namei flags when opening executable interpreters. These vnodes are explicitly opened via VOP_OPEN via exec_check_permissions identical to the main exectuable image. Setting ISOPEN allows filesystems to perform suitable checks in VOP_LOOKUP (e.g. close-to-open consistency in the NFS client). END