diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-11-10 10:00:33 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-11-18 22:56:38 +0100 |
commit | 90e006a63dd9594c5d05b7251e27d16bceab3cac (patch) | |
tree | 99b16cd4b0d6fb69d5e25ecee67832813351c8a7 /winsup/cygwin/ChangeLog | |
parent | a5d81afc71440ff782890abf1cf0986d724f42ac (diff) | |
download | newlib-90e006a63dd9594c5d05b7251e27d16bceab3cac.zip newlib-90e006a63dd9594c5d05b7251e27d16bceab3cac.tar.gz newlib-90e006a63dd9594c5d05b7251e27d16bceab3cac.tar.bz2 |
get_posix_access: Skip merging permissions if user can't get more permissions
* sec_acl.cc (get_posix_access): Skip merging permissions if current
user has rwx permissions anywa, or if the sum of all group and other
permissions is less than or equal to the user's permissions.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 4491123..49bac71 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2015-11-18 Corinna Vinschen <corinna@vinschen.de> + * sec_acl.cc (get_posix_access): Skip merging permissions if current + user has rwx permissions anywa, or if the sum of all group and other + permissions is less than or equal to the user's permissions. + +2015-11-18 Corinna Vinschen <corinna@vinschen.de> + * sec_acl.cc (get_posix_access): Fix computation of effective user permissions to handle current user, not only the file owner. |