cvs commit: src/sys/kern kern_ktrace.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Jun 9 18:33:21 GMT 2005


pjd         2005-06-09 18:33:21 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_ktrace.c 
  Log:
  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 <pid>
  
  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
  
  Revision  Changes    Path
  1.99      +3 -0      src/sys/kern/kern_ktrace.c


More information about the cvs-src mailing list