I did:
> acl-permissions: Fix test-file-has-acl-2.sh failure on Cygwin.
> * lib/acl-internal.c: Include , , .
> (acl_access_nontrivial): On Cygwin, ignore group:SYSTEM:*,
> group:Administrators:*, mask::* entries.
This fixed the problem on my Cygwin installa
Hi Ken,
> > In this situation, the "trivial" ACL is not
> > user::rwx
> > group::r-x
> > other::r-x
> > but instead
> > user::rwx
> > group::r-x
> > group:SYSTEM:rwx
> > group:Administrators:rwx
> >
Hi Bruno,
On 6/3/2024 11:28 AM, Bruno Haible wrote:
On the GitHub CI machines for Cygwin, I'm seeing this test failure:
FAIL: test-file-has-acl-2.sh
file_has_acl("tmpfile0") returned yes, expected no
FAIL test-file-has-acl-2.sh (exit status: 1)
The cau
elaborate
on this?
2024-06-03 Bruno Haible
acl-permissions: Fix test-file-has-acl-2.sh failure on Cygwin.
* lib/acl-internal.c: Include , , .
(acl_access_nontrivial): On Cygwin, ignore group:SYSTEM:*,
group:Administrators:*, mask::* entries.
* doc/acl-