From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751310AbWF2AwZ (ORCPT ); Wed, 28 Jun 2006 20:52:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751340AbWF2AwZ (ORCPT ); Wed, 28 Jun 2006 20:52:25 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:28035 "EHLO sous-sol.org") by vger.kernel.org with ESMTP id S1751310AbWF2AwY (ORCPT ); Wed, 28 Jun 2006 20:52:24 -0400 Date: Wed, 28 Jun 2006 17:52:04 -0700 From: Chris Wright To: James Morris Cc: Chris Wright , Andrew Morton , linux-kernel@vger.kernel.org, Stephen Smalley , David Quigley Subject: Re: [PATCH 1/3] SELinux: Extend task_kill hook to handle signals sent by AIO completion Message-ID: <20060629005204.GR11588@sequoia.sous-sol.org> References: <20060629001628.GQ11588@sequoia.sous-sol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * James Morris (jmorris@namei.org) wrote: > On Wed, 28 Jun 2006, Chris Wright wrote: > > > > diff -uprN -X /home/dpquigl/dontdiff linux-2.6.17-mm3/security/selinux/hooks.c linux-2.6.17-mm3-kill/security/selinux/hooks.c > > > --- linux-2.6.17-mm3/security/selinux/hooks.c 2006-06-28 13:58:59.000000000 -0400 > > > +++ linux-2.6.17-mm3-kill/security/selinux/hooks.c 2006-06-28 14:40:00.000000000 -0400 > > > @@ -45,6 +45,7 @@ > > > #include > > > #include > > > #include > > > +#include > > > > It's already included. > > Not in the current Linus git tree. > > $ cat .git/refs/heads/master > 27d68a36c4f1ca2fc6be82620843493462c08c51 > > $ grep selinux\\.h security/selinux/hooks.c Sorry, you're right, my tree is still patched with Catherine's AF_UNIX getpeersec patch. thanks, -chris