Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 31 Aug 2002 12:16:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 31 Aug 2002 12:16:56 -0400 Received: from dsl-213-023-039-014.arcor-ip.net ([213.23.39.14]:56295 "EHLO starship") by vger.kernel.org with ESMTP id ; Sat, 31 Aug 2002 12:16:55 -0400 Content-Type: text/plain; charset=US-ASCII From: Daniel Phillips To: Alan Cox , Linus Torvalds Subject: Re: [PATCH] Introduce BSD-style user credential [3/3] Date: Sat, 31 Aug 2002 18:13:04 +0200 X-Mailer: KMail [version 1.3.2] Cc: Trond Myklebust , Linux FSdevel , Linux Kernel , Dave McCracken References: <1030755064.1225.18.camel@irongate.swansea.linux.org.uk> In-Reply-To: <1030755064.1225.18.camel@irongate.swansea.linux.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 945 Lines: 27 On Saturday 31 August 2002 02:51, Alan Cox wrote: > On Sat, 2002-08-31 at 01:49, Linus Torvalds wrote: > > > struct pcred { > > > atomic_t count; > > > uid_t uid, euid, suid; > > > gid_t gid, egid, sgid; > > > struct ucred *cred; > > > kernel_cap_t ... capabilities ... > > > struct user_struct *user; > > > }; > > > > Needs fsuid too, and space for the security LSM modules to attach > private information. SELinux needs a few more credentials than base > kernels! Why worry about what SELinux needs, since it is proprietary, and may not even be legal to distribute? Perhaps there is some other set of security plugins that actually matter. -- Daniel - 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/