Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756767AbXKGDV1 (ORCPT ); Tue, 6 Nov 2007 22:21:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754589AbXKGDVT (ORCPT ); Tue, 6 Nov 2007 22:21:19 -0500 Received: from web36612.mail.mud.yahoo.com ([209.191.85.29]:32373 "HELO web36612.mail.mud.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754542AbXKGDVS (ORCPT ); Tue, 6 Nov 2007 22:21:18 -0500 X-YMail-OSG: vI3s3IQVM1nOFxOPu31TtC_H1MycfUXi25W9xMrxvtkl1Kfv8Q7OCKP7amDH8dyzLAf5gNqO0Q-- X-RocketYMMF: rancidfat Date: Tue, 6 Nov 2007 19:21:17 -0800 (PST) From: Casey Schaufler Reply-To: casey@schaufler-ca.com Subject: Re: [PATCH] NetLabel: Introduce a new kernel configuration API for NetLabel - For 2.6.24-rc-git11 - Smack Version 10 To: casey@schaufler-ca.com, Joshua Brindle Cc: akpm@osdl.org, torvalds@osdl.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, paul.moore@hp.com In-Reply-To: <570441.41117.qm@web36609.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Message-ID: <399501.53617.qm@web36612.mail.mud.yahoo.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1922 Lines: 53 --- Casey Schaufler wrote: > > --- Joshua Brindle wrote: > > > Joshua Brindle wrote: > > > Casey Schaufler wrote: > > >> From: Paul Moore > > >> > > >> Add a new set of configuration functions to the NetLabel/LSM API so that > > >> LSMs can perform their own configuration of the NetLabel subsystem > > >> without > > >> relying on assistance from userspace. > > >> > > > I'm still not receiving the actual patch email on lsm (perhaps its too > > > long and should be split up..) so I'll just respond on this email. > > > Using the v10 patches on your website I'm still seeing strange > > > behavior where echo foo > /proc/self/attr/current changes the label of > > > every process on the system to foo (verified with both ps -AZ and cat > > > /proc/1/attr/current). > > > > > Actually I'm getting more strange behavior: > > > > On terminal 1 I do: > > echo foo > /proc/self/attr/current > > then ps -AZ shows foo for every process > > touch somefile; attr -S -g SMACK64 somefile says foo > > > > On terminal 2 I do: > > ps -AZ and everything shows up as _ > > cat /proc/$pid of bash on term 1/attr/current is _ > > Now this I can explain. Every task has it's own correct > label. The problem is a missing smack_getprocattr() hook. > ps is getting the value for "current" on the current process, > not that of the named process. Interestingly, the Smack label > of /proc//attr/current is correct. That's what I get for responding too quickly. There is a smack_getprocattr() hook, it's just wrong. Fixed for the next version. Thank you again. Casey Schaufler casey@schaufler-ca.com - 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/