From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756027AbXKGBIT (ORCPT ); Tue, 6 Nov 2007 20:08:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754990AbXKGBIJ (ORCPT ); Tue, 6 Nov 2007 20:08:09 -0500 Received: from exchange.columbia.tresys.com ([216.250.243.126]:3684 "HELO exchange.columbia.tresys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754884AbXKGBII (ORCPT ); Tue, 6 Nov 2007 20:08:08 -0500 Message-ID: <47310FF3.3080003@manicmethod.com> Date: Tue, 06 Nov 2007 20:08:03 -0500 From: Joshua Brindle User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: casey@schaufler-ca.com CC: akpm@osdl.org, torvalds@osdl.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, paul.moore@hp.com Subject: Re: [PATCH] NetLabel: Introduce a new kernel configuration API for NetLabel - For 2.6.24-rc-git11 - Smack Version 10 References: <472BF1D0.3070108@schaufler-ca.com> In-Reply-To: <472BF1D0.3070108@schaufler-ca.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Nov 2007 01:08:06.0764 (UTC) FILETIME=[A7A532C0:01C820DA] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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).