From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938764AbcHJSwW (ORCPT ); Wed, 10 Aug 2016 14:52:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42196 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934138AbcHJSwS (ORCPT ); Wed, 10 Aug 2016 14:52:18 -0400 Subject: Re: [RFC PATCH 0/9][V3] Overlayfs SELinux Support To: Paul Moore , Miklos Szeredi , Vivek Goyal References: <1468421095-22322-1-git-send-email-vgoyal@redhat.com> Cc: Stephen Smalley , Paul Moore , James Morris , Casey Schaufler , linux-kernel@vger.kernel.org, "linux-unionfs@vger.kernel.org" , LSM , David Howells , Al Viro , linux-fsdevel@vger.kernel.org From: Daniel J Walsh Message-ID: <0dcbfc0b-11bd-061e-f679-91346ddc5ac1@redhat.com> Date: Wed, 10 Aug 2016 08:52:17 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 10 Aug 2016 12:52:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/10/2016 08:32 AM, Paul Moore wrote: > On Wed, Aug 10, 2016 at 5:11 AM, Miklos Szeredi wrote: >> On Tue, Aug 9, 2016 at 3:19 AM, Paul Moore wrote: >>> Okay, I just merged these patches into selinux#next. With the >>> exception of some changes to restore the mode argument to >>> ovl_create_or_link() and to fix some whitespace damage the patches >>> were merged cleanly. >> Don't need to add the back the mode argument, just use stat->mode. > Thanks for the pointer (I'm on vacation at the moment and trying to do > this quickly). Since it was a merge issue, and the branch hasn't been > pulled by Linus, I didn't bother with a new patch, I simply updated > the existing patch from Vivek and re-pushed to selinux#next. If you > see anything else, please let me know. > > For Fedora folks, I'm currently rebuilding the COPR > pcmoore/kernel-secnext kernel packages with this update; assuming > there are no problems with the COPR infrastructure the kernel should > be ready in a couple of hours. > > * https://copr.fedorainfracloud.org/coprs/pcmoore/kernel-secnext > Cool once there is a kernel with ovlerlay fs/selinux support I will run it on my laptop and attempt the selinux test suite, if everything goes well I will start running docker on overlay with selinux enforcing mode.