From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751231AbWF1QD6 (ORCPT ); Wed, 28 Jun 2006 12:03:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751237AbWF1QD6 (ORCPT ); Wed, 28 Jun 2006 12:03:58 -0400 Received: from ftp.linux-mips.org ([194.74.144.162]:26791 "EHLO ftp.linux-mips.org") by vger.kernel.org with ESMTP id S1751231AbWF1QDw (ORCPT ); Wed, 28 Jun 2006 12:03:52 -0400 Date: Wed, 28 Jun 2006 17:03:48 +0100 From: Ralf Baechle To: James Morris Cc: Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] SELinux/MIPS: Add security hooks to mips-mt {get,set}affinity Message-ID: <20060628160348.GA27175@linux-mips.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 On Wed, Jun 28, 2006 at 09:36:46AM -0400, James Morris wrote: > From: David Quigley > > This patch adds LSM hooks into the setaffinity and getaffinity functions > for the mips architecture to enable security modules to control these > operations between tasks with different security attributes. This > implementation uses the existing task_setscheduler and task_getscheduler > LSM hooks. Thanks, applied. Ralf