K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-06-16T07:25:27.000000Z K 7 svn:log V 329 MFC: kern_ktrace.c 1.99 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. END