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.
This commit is contained in:
Pierre Humblet
2003-09-27 02:30:46 +00:00
parent 1eb451937a
commit ecc28ff8db
5 changed files with 12 additions and 5 deletions

View File

@ -245,8 +245,7 @@ out:
bool
fhandler_process::fill_filebuf ()
{
pinfo p (pid, PID_MAP_RW); // PID_MAP_RW for cmdline since it
// needs to signal the other process
pinfo p (pid);
if (!p)
{