diff options
author | Pierre Humblet <phumblet@phumblet.no-ip.org> | 2003-09-27 02:30:46 +0000 |
---|---|---|
committer | Pierre Humblet <phumblet@phumblet.no-ip.org> | 2003-09-27 02:30:46 +0000 |
commit | ecc28ff8db7c43779f328d31633d5f8358a3cf5b (patch) | |
tree | 68c1b7d0b43abd0d2103fcb3b656ce34f697767b /winsup/cygwin/ChangeLog | |
parent | 1eb451937a4b977e050ba7f2a6dd93e7a6baf23c (diff) | |
download | cygnal-ecc28ff8db7c43779f328d31633d5f8358a3cf5b.tar.gz cygnal-ecc28ff8db7c43779f328d31633d5f8358a3cf5b.tar.bz2 cygnal-ecc28ff8db7c43779f328d31633d5f8358a3cf5b.zip |
2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
* pinfo.cc (pinfo::init): Do not give FILE_MAP_WRITE access to Everybody.
* exceptions.cc (sig_handle_tty_stop): Do not create pinfo parent with
PID_MAP_WRITE.
* fhandler_process.cc (fhandler_process::fill_filebuf): Ditto for pinfo p.
* signal.cc (kill_worker): Ditto for pinfo dest.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 485dd7729..7159614a4 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,13 @@ 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org> + * pinfo.cc (pinfo::init): Do not give FILE_MAP_WRITE access to Everybody. + * exceptions.cc (sig_handle_tty_stop): Do not create pinfo parent with + PID_MAP_WRITE. + * fhandler_process.cc (fhandler_process::fill_filebuf): Ditto for pinfo p. + * signal.cc (kill_worker): Ditto for pinfo dest. + +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. |