Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2005 07:25:27 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_ktrace.c
Message-ID:  <200506160725.j5G7PSL0092106@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2005-06-16 07:25:27 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_ktrace.c 
  Log:
  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 <pid>
  
  If ktrace returns 'Operation not permitted' the process is alive and
  if returns 'No such process' there is no such process.
  
  Revision  Changes    Path
  1.96.2.2  +3 -0      src/sys/kern/kern_ktrace.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506160725.j5G7PSL0092106>