wuzhipeng2014 / freenos

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

IPC access control #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently FreeNOS does not have IPC access control implemented
in the Kernel. Processes are able to send/receive (a)synchroneously
to any process. We should have strict IPC access controls, that define
which processes are able to send/receive from which other processes. The
Minix 3 IPC system is a very good example of strict IPC access controls.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 10:56

GoogleCodeExporter commented 9 years ago

Original comment by coenbijlsma on 7 Aug 2009 at 11:02