diff options
author | Pierre Humblet <phumblet@phumblet.no-ip.org> | 2003-10-16 23:28:31 +0000 |
---|---|---|
committer | Pierre Humblet <phumblet@phumblet.no-ip.org> | 2003-10-16 23:28:31 +0000 |
commit | 30f515c54f46db26e73976f1b4f9a0501b2b177f (patch) | |
tree | 120f2c4e00e3da73eec8b8450705e78383c0f4ef | |
parent | 9808b5c42058aa7a0f788275df4cd73d42f25c94 (diff) | |
download | newlib-30f515c54f46db26e73976f1b4f9a0501b2b177f.zip newlib-30f515c54f46db26e73976f1b4f9a0501b2b177f.tar.gz newlib-30f515c54f46db26e73976f1b4f9a0501b2b177f.tar.bz2 |
*** empty log message ***
-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 d455a08..fad2a76 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. |