summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d455a0861..fad2a76d3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-16 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * syscalls.cc (seteuid32): Always construct a default DACL including
+ the new sid, Admins and SYSTEM and copy it to the new thread token.
+ * security.cc (create_token): Use a NULL default DACL in NtCreateToken.
+
2003-10-14 Micha Nelissen <M.Nelissen@student.tue.nl>
* dcrt0.cc: Remove local variable alternate_charset_active.