summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 697082ad4..396ce2e6e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,17 @@
2015-11-18 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Disable
+ deviation from POSIX 1003.1e in terms of GROUP_OBJ/CLASS_OBJ
+ permissions. Follow POSIX 1003.1e again. Keep old code in
+ for future reference.
+ * sec_acl.cc: Accommodate changes in ACE creation in leading
+ comment.
+ (set_posix_access): Fix user deny ACE creation. Split group
+ deny ACE creation into two steps, one to reflect CLASS_OBJ,
+ the other to reflect OTHER_OBJ.
+
+2015-11-18 Corinna Vinschen <corinna@vinschen.de>
+
* sec_acl.cc (getacl): Use Authz to fetch correct user permissions.
2015-11-18 Corinna Vinschen <corinna@vinschen.de>