From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 9B07B385842A; Tue, 19 Mar 2024 12:07:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9B07B385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1710850058; bh=b0X6ajDy2xZPi0QROEH3WErISIyLK80ByDVOMjuHbXg=; h=Date:From:To:Subject:Reply-To:References:In-Reply-To:From; b=uDhQBoY2b14dGiLXEsI3qmiZGGH50ThfG/MNw9eSQix2d6P2fRBRWrLZybxfZhMxA Jsec3AMLMKoNKiNI+4PtAWON3FH+gFBqSje/lhaxTEk9CfuFGzz+yTXdFRwVuDS68n 2WNch+ChX6DzALZn4tFXaZ6l4fPuxNoviEKBTx3U= Received: by calimero.vinschen.de (Postfix, from userid 500) id D4B76A80D11; Tue, 19 Mar 2024 13:07:36 +0100 (CET) Date: Tue, 19 Mar 2024 13:07:36 +0100 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: No Win ACLs for NFS? Re: ACEs and ACLs Message-ID: Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <9bec816c-66ea-49cb-baaa-47137fa2938f@GMail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: On Mar 19 08:55, Cedric Blancher via Cygwin wrote: > On Mon, 18 Mar 2024 at 15:43, Corinna Vinschen via Cygwin > wrote: > > > > On Mar 18 08:30, J. Terry Corbet via Cygwin wrote: > > > Thank you for the greatly needed assistance, but the reference to which you > > > have pointed me says that noacl will be ignored in the case of ntfs file > > > systems. > > > > No, it doesn't say that. It says > > > > "The flag is ignored on NFS filesystems." > > ^^^ > > not NTFS > > Do ACLs work for NFS in Cygwin, or are they turned off for NFS? NFS uses the unofficial fattr3 interface to fetch real stat(2) info from the remote FS, see https://cygwin.com/cgit/newlib-cygwin/tree/winsup/cygwin/local_includes/nfs.h https://cygwin.com/cgit/newlib-cygwin/tree/winsup/cygwin/nfs.cc#n19 > I'm also asking because the ms-nfs41-client Windows NFSv4.1 driver now > has ACL support (like the Exceed NFSv4 driver), but it would be > frustrating if Cygwin just turns this off. Cygwin "doesn't turn them off". Cygwin recognizes the filesystem as being an NFS filesystem and uses special non-Windowsy access methods provided by the MS_NFS client. If you want ACL support for the NFSv4 client, I made a couple of suggestions how to integrate stuff in Cygwin in November: https://cygwin.com/pipermail/cygwin-developers/2023-November/012692.html Corinna