From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out02.mta.xmission.com ([166.70.13.232]:47714 "EHLO out02.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933858AbeE2OCS (ORCPT ); Tue, 29 May 2018 10:02:18 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Miklos Szeredi Cc: Miklos Szeredi , lkml , Linux Containers , linux-fsdevel , Alban Crequy , Seth Forshee , Sargun Dhillon , Dongsu Park , "Serge E. Hallyn" References: <87r2mre5b3.fsf@xmission.com> <87wovubbdf.fsf@xmission.com> <877enmskec.fsf@xmission.com> Date: Tue, 29 May 2018 09:02:03 -0500 In-Reply-To: (Miklos Szeredi's message of "Tue, 29 May 2018 14:55:25 +0200") Message-ID: <87zi0io90k.fsf@xmission.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [PATCH] fuse: Ensure posix acls are translated outside of init_user_ns Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Miklos Szeredi writes: > On Tue, May 29, 2018 at 2:42 PM, Eric W. Biederman > wrote: >> ebiederm@xmission.com (Eric W. Biederman) writes: >> >>> ebiederm@xmission.com (Eric W. Biederman) writes: >>> >>>> Ensure the translation happens by failing to read or write >>>> posix acls when the filesystem has not indicated it supports >>>> posix acls. >>>> >>>> This ensures that modern cached posix acl support is available >>>> and used when dealing with posix acls. This is important >>>> because only that path has the code to convernt the uids and >>>> gids in posix acls into the user namespace of a fuse filesystem. >>>> >>>> Signed-off-by: "Eric W. Biederman" >>>> --- >>> >>> ping. >>> >>> Miklos are you around where you can look at this? >> >> Perhaps I got the wrong email address. > > > No, sorry. I'll queue this up for 4.18. > > Just wanted to finish off overlayfs stuff before getting into fuse. After reading your overlayfs pull it looks like those were some tricky issues you were dealing with so it makes complete sense. Then I am going to send you the enablement patch as I think the initial round of work is done and you can apply them when you are ready. Eric