K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-06-09T18:33:21.000000Z K 7 svn:log V 323 Remove process information leak from inside a jail, when security.bsd.see_other_uids is set to 0, etc. One can check if invisible process is active, by doing: # ktrace -p If ktrace returns 'Operation not permitted' the process is alive and if returns 'No such process' there is no such process. MFC after: 1 week END