All of lore.kernel.org
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: "David P. Quigley" <dpquigl@tycho.nsa.gov>
Cc: hch@infradead.org, viro@zeniv.linux.org.uk,
	casey@schaufler-ca.com, sds@tycho.nsa.gov,
	matthew.dodd@sparta.com, trond.myklebust@fys.uio.no,
	linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	linux-security-module@vger.kernel.org, selinux@tycho.nsa.gov,
	labeled-nfs@linux-nfs.org
Subject: Re: Labeled-NFS: Security Label support in NFSv4
Date: Tue, 8 Jun 2010 19:10:24 -0400	[thread overview]
Message-ID: <20100608231024.GC26435@fieldses.org> (raw)
In-Reply-To: <1276014176-20315-1-git-send-email-dpquigl@tycho.nsa.gov>

On Tue, Jun 08, 2010 at 12:22:46PM -0400, David P. Quigley wrote:
> It has been quite a while since the last time we submitted a patch set to the
> mailing list for review. I met with Trond at the last IETF meeting and he
> suggested that we resubmit the patches for review since the IETF process has
> moved along since the last posting. When reviewing the code please be critical
> of it. If you want a tree with the patches already applied we have posted a
> public git tree that is ready for cloning and use. This tree can be found at
> http://git.selinuxproject.org/git and can be cloned with the command below. You
> can also find information on how to setup a labeled nfs mount at
> http://www.selinuxproject.org/page/Labeled_NFS however the putclientlabel mount
> option specified in the setup document is no longer supported.
> 
> git-clone git://git.selinuxproject.org/~dpquigl/lnfs.git
> 
> 

Note the bakeathon's next week.  I'm hosting (and going a little crazy
trying to do the setup), and I think Trond's travelling on vacation this
week.  Hopefully others will have comments, but if you want anything
from either of us you may want to try again in a couple weeks.

--b.

  parent reply	other threads:[~2010-06-08 23:10 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-08 16:22 Labeled-NFS: Security Label support in NFSv4 David P. Quigley
2010-06-08 16:22 ` David P. Quigley
2010-06-08 16:22 ` David P. Quigley
2010-06-08 16:22 ` [PATCH 01/10] Security: Add hook to calculate context based on a negative dentry David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-10 22:35   ` Serge E. Hallyn
2010-06-10 22:35     ` Serge E. Hallyn
2010-06-11  2:31   ` Casey Schaufler
2010-06-11  2:31     ` Casey Schaufler
2010-06-08 16:22 ` [PATCH 02/10] Security: Add Hook to test if the particular xattr is part of a MAC model David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-10 22:48   ` Serge E. Hallyn
2010-06-10 22:48     ` Serge E. Hallyn
2010-06-11  2:37   ` Casey Schaufler
2010-06-11  2:37     ` Casey Schaufler
2010-06-08 16:22 ` [PATCH 03/10] LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22 ` [PATCH 04/10] SELinux: Add new labeling type native labels David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22 ` [PATCH 05/10] KConfig: Add KConfig entries for Labeled NFS David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22 ` [PATCH 06/10] NFSv4: Add label recommended attribute and NFSv4 flags David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22 ` [PATCH 07/10] NFSv4: Introduce new label structure David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22 ` [PATCH 08/10] NFS: Client implementation of Labeled-NFS David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22 ` [PATCH 09/10] NFS: Extend NFS xattr handlers to accept the security namespace David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22 ` [PATCH 10/10] NFSD: Server implementation of MAC Labeling David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 16:22   ` David P. Quigley
2010-06-08 23:10 ` J. Bruce Fields [this message]
2010-07-07 14:31 Labeled-NFS: Security Label support in NFSv4 David P. Quigley
2010-07-07 14:31 ` David P. Quigley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100608231024.GC26435@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=casey@schaufler-ca.com \
    --cc=dpquigl@tycho.nsa.gov \
    --cc=hch@infradead.org \
    --cc=labeled-nfs@linux-nfs.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=matthew.dodd@sparta.com \
    --cc=sds@tycho.nsa.gov \
    --cc=selinux@tycho.nsa.gov \
    --cc=trond.myklebust@fys.uio.no \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.