mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-26 17:17:20 +08:00
283583c5f2
Older coreutils created directories with mode bits filtered through umask. Newer coreutils creates directories with full permissions, 0777 by default. This new coreutils behaviour uncovered the fact that default ACEs for newly created directories were not filtered by umask starting with commit bc444e5aa4ca. Fix it by applying umask on the default ACEs. Fixes: bc444e5aa4ca ("Reapply POSIX ACL change.") Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
12 lines
418 B
Groff
12 lines
418 B
Groff
Bug Fixes
|
|
---------
|
|
|
|
Fix a problem that fsync returns EINVAL for block device.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-January/252916.html
|
|
|
|
Don't reject valid server and share names when mounting.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-January/252928.html
|
|
|
|
Create directories with correctly umask-filtered default ACEs.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-February/253037.html
|