From mboxrd@z Thu Jan 1 00:00:00 1970 From: ramsdell@mitre.org (John D. Ramsdell) Subject: Re: Ptrace looses track of a forked child Date: 23 Jul 2007 14:51:26 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx2.redhat.com (mx2.redhat.com [10.255.15.25]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l6NIpTR3021373 for ; Mon, 23 Jul 2007 14:51:29 -0400 Received: from smtp-bedford.mitre.org (smtpproxy1.mitre.org [192.160.51.76]) by mx2.redhat.com (8.13.1/8.13.1) with ESMTP id l6NIpRHG029397 for ; Mon, 23 Jul 2007 14:51:28 -0400 Received: from smtp-bedford.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford.mitre.org (8.12.11.20060308/8.12.11) with SMTP id l6NIpR2a029167 for ; Mon, 23 Jul 2007 14:51:27 -0400 Received: from smtp-bedford.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford.mitre.org (Postfix) with ESMTP id 56412BEFB for ; Mon, 23 Jul 2007 14:51:27 -0400 (EDT) Received: from linus.mitre.org (rcf-smtp.mitre.org [129.83.10.1]) by smtp-bedford.mitre.org (8.12.11.20060308/8.12.11) with ESMTP id l6NIpRjM029159 for ; Mon, 23 Jul 2007 14:51:27 -0400 Received: from oolong.mitre.org (oolong.mitre.org [129.83.162.84]) by linus.mitre.org (8.12.11/8.12.10) with ESMTP id l6NIpRha014307 for ; Mon, 23 Jul 2007 14:51:27 -0400 (EDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: linux-audit@redhat.com List-Id: linux-audit@redhat.com With the update to kernel 2.6.22.1-27.fc7, Fedora's ptrace no longer looses track of a forked child. John