http://bugs.winehq.org/show_bug.cgi?id=33576 Zeb Figura <z.figura12@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com --- Comment #30 from Zeb Figura <z.figura12@gmail.com> --- (In reply to Joel Holdsworth from comment #26)
Cygwin and MSYS2 are affected by this bug causing the following POSIX APIs to silently malfunction:
- chmod / fchmod: DACL not updated, permissions unchanged - chown / fchown: owner/group may update but DACL is wrong - open(O_CREAT) / mkdir: post-creation umask fixup has no effect - POSIX ACL setters: `setfacl` silently fails - stat / fstat: reads back wrong permissions - access: checks against wrong permissions
Still, does anything actually depend on these APIs working? I don't think even cygwin APIs alone are a good enough reason to spend time on this. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.