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.
This commit is contained in:
Pierre Humblet
2003-09-27 01:58:23 +00:00
parent 6806a8b51f
commit 1eb451937a
4 changed files with 29 additions and 2 deletions

View File

@ -176,6 +176,7 @@ public:
}
#endif
HANDLE shared_handle () {return h;}
void set_acl();
};
#define ISSTATE(p, f) (!!((p)->process_state & f))