Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3106481yba; Mon, 6 May 2019 17:27:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqwvODwyB9JHbFIaMr9IiiVJc0bZPhIPgBBag9FKO5nMZLmpTZHBnKF2JbxbEJ4cWNYvqq1p X-Received: by 2002:a17:902:9a07:: with SMTP id v7mr36675847plp.291.1557188841599; Mon, 06 May 2019 17:27:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557188841; cv=none; d=google.com; s=arc-20160816; b=npky8Qs8rI5yz0eC27zSFOrzI1gxOAg0T8yEP0xYdBt7oMcYy5to2OPpK3Wj4ZWG5I uS1rwSI/1OQnUp8uKGWNQ5XtZvqodZm9ExMAn9pgYNxhM9/h+Nuuet1ZDYS6CY1bt3cT KyIPtliYfyoamo+Lk357ZZ9LAZiUo9qD/otjkWCShDDdBd3F0XxVwqP30Ib7ISY+CfXX bZjArJMAPRHnWPyeXnSfnAl/dYfG2Rl1JplxzpnqptHzkUXBCGEtrAdGOBYYG6kf7H5V NUQc1C+DXZT6VpSIcQS7yViL2yCAZxIUnH37KR0FFa5AT/lcehAIPPjG/+gYIrz5/23W p8QA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:references :in-reply-to:subject:cc:date:to:from; bh=WKx/caqVtpMSnL3jziHClfeodyfLELnVgTUhVlPpIkk=; b=RmjqZ+TA8iCO2bSs2ZgzRd2PG2dCQ+k2BcAWmq5mGztCHaL7gTEI+LkghMJKE9xf7Y 5SoSoZz6VUqSycCbzT0ylHiQx5kmGA9/pm8a9ShQV/3Fg4luLYvWgWwlyCu1x7Am+QJ/ cM8+wC5yL0lkZ7NJIIpba6g/oIJjInL8gt4QNpWP1pBVrgudPdL0+hIvx8AMTrmkdpQQ 8dHtf9C+Dhl0nycEZH7jmfi32m0CiWiD2M0PBg8iBVVFt+6pdK7cigptpe6ujro9OH2J 2iYMxOtVffUiTTsp+mY1G4jub3asr4VOav/78dDDERqaozQDcjBDaCb3Q8X2WBnpf5ov SBmQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t16si17255978plr.63.2019.05.06.17.26.52; Mon, 06 May 2019 17:27:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726476AbfEGAZJ (ORCPT + 99 others); Mon, 6 May 2019 20:25:09 -0400 Received: from mx2.suse.de ([195.135.220.15]:51406 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726073AbfEGAZJ (ORCPT ); Mon, 6 May 2019 20:25:09 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 72C33AE5A; Tue, 7 May 2019 00:25:07 +0000 (UTC) From: NeilBrown To: "J. Bruce Fields" Date: Tue, 07 May 2019 10:24:58 +1000 Cc: Andreas Gruenbacher , Miklos Szeredi , Andreas =?utf-8?Q?Gr=C3=BCnbacher?= , Patrick Plagwitz , "linux-unionfs\@vger.kernel.org" , Linux NFS list , Linux FS-devel Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH] overlayfs: ignore empty NFSv4 ACLs in ext4 upperdir In-Reply-To: <20190503153531.GJ12608@fieldses.org> References: <20161205162559.GB17517@fieldses.org> <266c571f-e4e2-7c61-5ee2-8ece0c2d06e9@web.de> <20161206185806.GC31197@fieldses.org> <87bm0l4nra.fsf@notabene.neil.brown.name> <20190503153531.GJ12608@fieldses.org> Message-ID: <87woj3157p.fsf@notabene.neil.brown.name> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Fri, May 03 2019, J. Bruce Fields wrote: > On Thu, May 02, 2019 at 12:02:33PM +1000, NeilBrown wrote: >> On Tue, Dec 06 2016, J. Bruce Fields wrote: >>=20 >> > On Tue, Dec 06, 2016 at 02:18:31PM +0100, Andreas Gruenbacher wrote: >> >> On Tue, Dec 6, 2016 at 11:08 AM, Miklos Szeredi w= rote: >> >> > On Tue, Dec 6, 2016 at 12:24 AM, Andreas Gr=C3=BCnbacher >> >> > wrote: >> >> >> 2016-12-06 0:19 GMT+01:00 Andreas Gr=C3=BCnbacher : >> >> > >> >> >>> It's not hard to come up with a heuristic that determines if a >> >> >>> system.nfs4_acl value is equivalent to a file mode, and to ignore= the >> >> >>> attribute in that case. (The file mode is transmitted in its own >> >> >>> attribute already, so actually converting .) That way, overlayfs = could >> >> >>> still fail copying up files that have an actual ACL. It's still an >> >> >>> ugly hack ... >> >> >> >> >> >> Actually, that kind of heuristic would make sense in the NFS client >> >> >> which could then hide the "system.nfs4_acl" attribute. >> >> > >> >> > Even simpler would be if knfsd didn't send the attribute if not >> >> > necessary. Looks like there's code actively creating the nfs4_acl = on >> >> > the wire even if the filesystem had none: >> >> > >> >> > pacl =3D get_acl(inode, ACL_TYPE_ACCESS); >> >> > if (!pacl) >> >> > pacl =3D posix_acl_from_mode(inode->i_mode, GFP_KERNEL); >> >> > >> >> > What's the point? >> >>=20 >> >> That's how the protocol is specified. >> > >> > Yep, even if we could make that change to nfsd it wouldn't help the >> > client with the large number of other servers that are out there >> > (including older knfsd's). >> > >> > --b. >> > >> >> (I'm not saying that that's very helpful.) >> >>=20 >> >> Andreas >>=20 >> Hi everyone..... >> I have a customer facing this problem, and so stumbled onto the email >> thread. >> Unfortunately it didn't resolve anything. Maybe I can help kick things >> along??? >>=20 >> The core problem here is that NFSv4 and ext4 use different and largely >> incompatible ACL implementations. There is no way to accurately >> translate from one to the other in general (common specific examples >> can be converted). >>=20 >> This means that either: >> 1/ overlayfs cannot use ext4 for upper and NFS for lower (or vice >> versa) or >> 2/ overlayfs need to accept that sometimes it cannot copy ACLs, and >> that is OK. >>=20 >> Silently not copying the ACLs is probably not a good idea as it might >> result in inappropriate permissions being given away. So if the >> sysadmin wants this (and some clearly do), they need a way to >> explicitly say "I accept the risk". > > So, I feel like silently copying ACLs up *also* carries a risk, if that > means switching from server-enforcement to client-enforcement of those > permissions. Interesting perspective .... though doesn't NFSv4 explicitly allow client-side ACL enforcement in the case of delegations? Not sure how relevant that is.... It seems to me we have two options: 1/ declare the NFSv4 doesn't work as a lower layer for overlayfs and recommend people use NFSv3, or 2/ Modify overlayfs to work with NFSv4 by ignoring nfsv4 ACLs either 2a/ always - and ignore all other acls and probably all system. xattrs, or 2b/ based on a mount option that might be 2bi/ general "noacl" or might be 2bii/ explicit "noxattr=3Dsystem.nfs4acl" =20 I think that continuing to discuss the miniature of the options isn't going to help. No solution is perfect - we just need to clearly document the implications of whatever we come up with. I lean towards 2a, but I be happy with with any '2' and '1' won't kill me. Do we have a vote? Or does someone make an executive decision?? NeilBrown --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEG8Yp69OQ2HB7X0l6Oeye3VZigbkFAlzQ0FsACgkQOeye3VZi gbmsVw//WnOlxrweqSKICkAAi603PMcmS8Md0wmkM70CI1jpJ83XZmzKxrcTex9N yVZv4IqQ/WvQWTPFfqZQEjUJF9VD3hr18q0EPYqAxkTUINChjiqFtXVm7+I1Z/Ws MplLXNj978izRf1k4M+HyET8FSc1cp1rADRgRj7yu9sejX85GmIqOjfso6s51KYZ ji+GkrEvNiSSLx3H1hN5bzOQMpuzUMUPfTe4k+HvCYpngC5vxd5dpdwta6gFsK9Q k8mtWmwXgmBmRCc0yIvzMPoxwH4LIKcg5fc0h0E5ZDduHwkTECRP9bRQ91BxxTT6 MDgooq7ykE8ymbM2nxsJOhBZbCqpZ4Ax14JiWHr1gHqf62JST/ButWYH+kJkfmWa 6YVm//jEorhKtBddNix+y9xDqz1vaY2kJvSa586rqO1jfc3k4JD8nhFQ0RyY7ZVp 35FR4z3hDu9zclmL76Dhisn623IFEkbiosjzXBCSavd4gKB2ps+McSQ+x+ZKhapx 3yEAMnbxp9Mw/58S5fdil9ftmRp1cf/BGWKOQes8SwxpOy7e3/aJOZRaMVnTk1FX s8aIANnLaP2+Rp/0LyN9Z83bEI8sePgPGVBY768Q3QRuGD6K85WA2lc4rOXPrnCD e1O4ESUMyEe6ZTOACTw/EF6ceotlqPEBTXrVecVAkI+c4JtwtYs= =/EJ8 -----END PGP SIGNATURE----- --=-=-=--