From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932659AbWFVVxs (ORCPT ); Thu, 22 Jun 2006 17:53:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932663AbWFVVxs (ORCPT ); Thu, 22 Jun 2006 17:53:48 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:57728 "EHLO sequoia.sous-sol.org") by vger.kernel.org with ESMTP id S932659AbWFVVxr (ORCPT ); Thu, 22 Jun 2006 17:53:47 -0400 Date: Thu, 22 Jun 2006 14:53:44 -0700 From: Chris Wright To: James Morris Cc: Andrew Morton , linux-kernel@vger.kernel.org, Stephen Smalley , Eric Paris , David Quigley , Chris Wright , Christoph Lameter Subject: Re: [PATCH 2/3] SELinux: add security_task_movememory calls to mm code Message-ID: <20060622215344.GH22737@sequoia.sous-sol.org> References: 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: > From: David Quigley > > This patch inserts security_task_movememory hook calls into memory > management code to enable security modules to mediate this operation > between tasks. > > Since the last posting, the hook has been renamed following feedback from > Christoph Lameter. > > This patch is aimed at 2.6.18 inclusion. > > Please apply. > > Signed-Off-By: David Quigley > Acked-by: Stephen Smalley > Signed-off-by: James Morris Acked-by: Chris Wright