K 10 svn:author V 3 des K 8 svn:date V 27 2003-08-19T10:26:41.000000Z K 7 svn:log V 295 Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). This also fixes pfs_access() since it relies on VOP_GETATTR() which will call pfs_getattr(). This prevents jailed processes from discovering the existence, start time and ownership of processes outside the jail. PR: kern/48156 END