This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: [ANNOUNCEMENT] Updated: Cygwin 1.7.35-1
- From: Achim Gratz <Stromeko at NexGo dot DE>
- To: cygwin at cygwin dot com
- Date: Fri, 6 Mar 2015 12:51:10 +0000 (UTC)
- Subject: Re: [ANNOUNCEMENT] Updated: Cygwin 1.7.35-1
- Authentication-results: sourceware.org; auth=none
- References: <announce dot 20150304112636 dot GI3213 at calimero dot vinschen dot de>
Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:
> - Change handling of group permissions if owner SID == group SID. Now the
> group permissions don't mirror the user permissions anymore, thus leading
> to less hassle with security-conscious applications.
There's another tricky situation that is not yet handled:
If the file is owned by myself and I'm in a group that allows full access
(but not ACL modifications), Cygwin will show that file as having mode
"---rwx---+". Applications that follow POSIX semantics will interpret that
file as unreadable by the owner (==current user) and skip checking the group
permissions, while NTFS will still happily grant that access. So in that
situation the group permissions need to be promoted to the owner permissions.
Regards,
Achim.fare
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple