From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Paris Subject: Re: [PATCH -v2] SELinux/LSM: display SELinux mount options in /proc/mounts Date: Tue, 08 Apr 2008 18:42:21 -0400 Message-ID: <1207694541.3107.17.camel@localhost.localdomain> References: <1207070652.3556.16.camel@localhost.localdomain> <1207347775.2981.32.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Miklos Szeredi , sds@tycho.nsa.gov, linux-security-module@vger.kernel.org, linux-fsdevel@vger.kernel.org To: James Morris Return-path: Received: from mx1.redhat.com ([66.187.233.31]:45763 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752372AbYDHWq3 (ORCPT ); Tue, 8 Apr 2008 18:46:29 -0400 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, 2008-04-09 at 08:36 +1000, James Morris wrote: > On Fri, 4 Apr 2008, Eric Paris wrote: > > > This patch causes SELinux mount options to show up in /proc/mounts. As > > with other code in the area seq_put errors are ignored. Other LSM's > > will not have their mount options displayed until they fill in their own > > security_sb_show_options() function. > > > > Signed-off-by: Eric Paris > > Signed-off-by: Miklos Szeredi > > > > --- > > > > This patch is against a merged vfs-2.6:vfs-2.6.25 and selinux:for-akpm > > repo. It requires the a6307a583a073f85c38399c1e2c21dfe2d6a3da0 > > changeset in jame's repo to compile. I'll let you and James decide if > > we should push it through the VFS tree or the SELinux tree.... > > It doesn't apply to my for-akpm branch. I said it was against multiple devel trees and I didn't know how it was going to go in. It needs: http://git.kernel.org/?p=linux/kernel/git/viro/vfs-2.6.git;a=commitdiff;h=a0d807802dfe1496a52483cc540b2ab440158f41#patch12 which is in the VFS tree..... suggestions anyone on the best way to get this merged? -Eric