From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932860AbWF1RI2 (ORCPT ); Wed, 28 Jun 2006 13:08:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932857AbWF1RI1 (ORCPT ); Wed, 28 Jun 2006 13:08:27 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:29888 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S932838AbWF1RI0 (ORCPT ); Wed, 28 Jun 2006 13:08:26 -0400 Date: Wed, 28 Jun 2006 18:08:11 +0100 From: Christoph Hellwig To: James Morris Cc: ralf@linux-mips.org, Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] SELinux/MIPS: Add security hooks to mips-mt {get,set}affinity Message-ID: <20060628170811.GA7162@infradead.org> Mail-Followup-To: Christoph Hellwig , James Morris , ralf@linux-mips.org, Andrew Morton , linux-kernel@vger.kernel.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 X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html 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. I'm still watiting for an explanation how those syscalls made it in without review, and even worse in an arch specific directory..