From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Subject: Re: [PATCH 04/17] Security: Add hook to calculate context based on a negative dentry. Date: Wed, 24 Apr 2013 19:03:12 -0400 Message-ID: <20130424230312.GS20275@fieldses.org> References: <1366834683-29075-1-git-send-email-SteveD@redhat.com> <1366834683-29075-5-git-send-email-SteveD@redhat.com> <20130424220258.GO20275@fieldses.org> <517858D1.5000406@RedHat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Steve Dickson , Trond Myklebust , "J. Bruce Fields" , "David P. Quigley" , Linux NFS list , Linux FS devel list , Linux Security List , SELinux List , eparis-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, sds-+05T5uksL2qpZYMLLGbcSA@public.gmane.org To: David Quigley Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Apr 24, 2013 at 06:14:16PM -0400, David Quigley wrote: > On 04/24/2013 18:12, Steve Dickson wrote: > >On 24/04/13 18:02, J. Bruce Fields wrote: > >>n Wed, Apr 24, 2013 at 04:17:50PM -0400, Steve Dickson wrote: > >>>> From: David Quigley > >>>> > >>>> There is a time where we need to calculate a context without the > >>>> inode having been created yet. To do this we take the > >>>negative dentry and > >>>> calculate a context based on the process and the parent > >>>directory contexts. > >>How can we get review from security/selinux folks? I can't > >>apply these > >>without.... > >Its my understand they have been reviewed a number times... And > >they have not > >change since I've working on these patches... > > > >steved. > >-- > >To unsubscribe from this list: send the line "unsubscribe > >linux-nfs" in > >the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > >More majordomo info at http://vger.kernel.org/majordomo-info.html > > That is correct. They have been acked in the past and haven't > changed at all since then. Oh, OK, sorry--I lost track. (Do you have a pointer?) > I have contacted Eric Paris about > reviewing them anyway so you can have a more recent ack on the > patches. But that would be helpful too, thanks. --b. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: linux-nfs-owner@vger.kernel.org Received: from fieldses.org ([174.143.236.118]:36106 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932074Ab3DXXDQ (ORCPT ); Wed, 24 Apr 2013 19:03:16 -0400 Date: Wed, 24 Apr 2013 19:03:12 -0400 From: "J. Bruce Fields" To: David Quigley Cc: Steve Dickson , Trond Myklebust , "J. Bruce Fields" , "David P. Quigley" , Linux NFS list , Linux FS devel list , Linux Security List , SELinux List , eparis@redhat.com, sds@tycho.nsa.gov Subject: Re: [PATCH 04/17] Security: Add hook to calculate context based on a negative dentry. Message-ID: <20130424230312.GS20275@fieldses.org> References: <1366834683-29075-1-git-send-email-SteveD@redhat.com> <1366834683-29075-5-git-send-email-SteveD@redhat.com> <20130424220258.GO20275@fieldses.org> <517858D1.5000406@RedHat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-nfs-owner@vger.kernel.org List-ID: On Wed, Apr 24, 2013 at 06:14:16PM -0400, David Quigley wrote: > On 04/24/2013 18:12, Steve Dickson wrote: > >On 24/04/13 18:02, J. Bruce Fields wrote: > >>n Wed, Apr 24, 2013 at 04:17:50PM -0400, Steve Dickson wrote: > >>>> From: David Quigley > >>>> > >>>> There is a time where we need to calculate a context without the > >>>> inode having been created yet. To do this we take the > >>>negative dentry and > >>>> calculate a context based on the process and the parent > >>>directory contexts. > >>How can we get review from security/selinux folks? I can't > >>apply these > >>without.... > >Its my understand they have been reviewed a number times... And > >they have not > >change since I've working on these patches... > > > >steved. > >-- > >To unsubscribe from this list: send the line "unsubscribe > >linux-nfs" in > >the body of a message to majordomo@vger.kernel.org > >More majordomo info at http://vger.kernel.org/majordomo-info.html > > That is correct. They have been acked in the past and haven't > changed at all since then. Oh, OK, sorry--I lost track. (Do you have a pointer?) > I have contacted Eric Paris about > reviewing them anyway so you can have a more recent ack on the > patches. But that would be helpful too, thanks. --b.