From 30f515c54f46db26e73976f1b4f9a0501b2b177f Mon Sep 17 00:00:00 2001 From: Pierre Humblet Date: Thu, 16 Oct 2003 23:28:31 +0000 Subject: [PATCH] *** empty log message *** --- winsup/cygwin/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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 + + * 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 * dcrt0.cc: Remove local variable alternate_charset_active.