Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264918AbUFLUxG (ORCPT ); Sat, 12 Jun 2004 16:53:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264920AbUFLUxG (ORCPT ); Sat, 12 Jun 2004 16:53:06 -0400 Received: from fw.osdl.org ([65.172.181.6]:59847 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S264918AbUFLUxE (ORCPT ); Sat, 12 Jun 2004 16:53:04 -0400 Date: Sat, 12 Jun 2004 13:53:02 -0700 From: Chris Wright To: Kyle Moffett Cc: Chris Wright , linux-kernel@vger.kernel.org Subject: Re: In-kernel Authentication Tokens (PAGs) Message-ID: <20040612135302.Y22989@build.pdx.osdl.net> References: <772741DF-BC19-11D8-888F-000393ACC76E@mac.com> <20040611201523.X22989@build.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mrmacman_g4@mac.com on Sat, Jun 12, 2004 at 12:48:40AM -0400 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1207 Lines: 26 * Kyle Moffett (mrmacman_g4@mac.com) wrote: > On Jun 11, 2004, at 23:15, Chris Wright wrote: > > Hrm. Wouldn't it be possible that two processes with same uid have > > authenticated in different domains, and as such shouldn't be allowed to > > touch each other's PAGs? Or is this not allowed? > > Linux doesn't really support the idea that a process should not be able > to > affect another process in the same UID. There's too many things that Actually that's not the case. The UID is currently insufficient to describe the security domain that a process is running in. The whole of the LSM infrastructure is designed with this in mind. So somehting like SELinux may enforce a security domain change (w/out a UID change) across an execve() of pagsh. I was simply trying to ascertain if you were storing this within task->user which I think would be wrong. thanks, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/