summaryrefslogtreecommitdiffstats
path: root/winsup
diff options
context:
space:
mode:
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 303cb1c43..bdc97d121 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,7 +1,8 @@
2002-01-23 Corinna Vinschen <corinna@vinschen.de>
* security.cc (create_token): Use sec_user() to create
- SECURITY_ATTRIBUTES structure for primary token.
+ SECURITY_ATTRIBUTES structure for primary token. Use
+ MAXIMUM_ALLOWED access rights instead of TOKEN_ALL_ACCESS.
2002-01-23 Corinna Vinschen <corinna@vinschen.de>