wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

child processes from fork(exec) should inherit I/O port permissions #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When a child process is created with fork() or forkexec(), it currently
does not inherit the I/O port permissions set with ProcessCtl(). The
ProcessServer should make sure that they are correctly inherited.

Original issue reported on code.google.com by nieklinn...@gmail.com on 16 Aug 2009 at 9:11