From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] SELinux: Create a common helper to determine an inode label [ver #2] Date: Thu, 18 Jun 2015 19:22:30 +0100 Message-ID: <5836.1434651750@warthog.procyon.org.uk> References: <5582FB01.9080602@tycho.nsa.gov> <1509.1434645664@warthog.procyon.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:48015 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbbFRSWg (ORCPT ); Thu, 18 Jun 2015 14:22:36 -0400 In-Reply-To: <5582FB01.9080602@tycho.nsa.gov> Content-ID: <5835.1434651750.1@warthog.procyon.org.uk> Sender: linux-unionfs-owner@vger.kernel.org List-Id: linux-unionfs@vger.kernel.org To: Stephen Smalley Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org, linux-security-module@vger.kernel.org, linux-unionfs@vger.kernel.org, linux-kernel@vger.kernel.org, SELinux , Paul Moore Stephen Smalley wrote: > > + rc = selinux_determine_inode_label(d_inode(dentry), name, > > We want d_inode(dentry->d_parent) here. Aargh. I forgot to commit it. David From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells In-Reply-To: <5582FB01.9080602@tycho.nsa.gov> References: <5582FB01.9080602@tycho.nsa.gov> <1509.1434645664@warthog.procyon.org.uk> To: Stephen Smalley Subject: Re: [PATCH] SELinux: Create a common helper to determine an inode label [ver #2] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 18 Jun 2015 19:22:30 +0100 Message-ID: <5836.1434651750@warthog.procyon.org.uk> Cc: linux-unionfs@vger.kernel.org, linux-kernel@vger.kernel.org, dhowells@redhat.com, linux-security-module@vger.kernel.org, SELinux , linux-fsdevel@vger.kernel.org List-Id: "Security-Enhanced Linux \(SELinux\) mailing list" List-Post: List-Help: Stephen Smalley wrote: > > + rc = selinux_determine_inode_label(d_inode(dentry), name, > > We want d_inode(dentry->d_parent) here. Aargh. I forgot to commit it. David