From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750880AbWFVVxV (ORCPT ); Thu, 22 Jun 2006 17:53:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751897AbWFVVxU (ORCPT ); Thu, 22 Jun 2006 17:53:20 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:57984 "EHLO sequoia.sous-sol.org") by vger.kernel.org with ESMTP id S1750880AbWFVVxU (ORCPT ); Thu, 22 Jun 2006 17:53:20 -0400 Date: Thu, 22 Jun 2006 14:53:08 -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 1/3] SELinux: add task_movememory hook Message-ID: <20060622215308.GG22737@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 adds new security hook, task_movememory, to be called when > memory owened by a task is to be moved (e.g. when migrating pages to a > different node). At present, the SELinux hook function implementation for > this hook is identical to the setscheduler implementation, but a separate > hook introduced to allow this check to be specialized in the future if > necessary. > > 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 thanks, -chris