summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3f4467ac3..485dd7729 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
+ * pinfo.h (pinfo::set_acl): Declare.
+ * pinfo.cc (pinfo_fixup_after_fork): Duplicate with no rights.
+ (pinfo::set_acl): New.
+ * spawn.cc (spawn_guts): Call myself.set_acl.
+
+2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
+
* uinfo.cc (cygheap_user::init): Make sure the current user appears
in the default DACL. Rearrange to decrease the indentation levels.
Initialize the effec_cygsid directly.