Re: [PATCH hurd 4/5] hurd: add `proc_make_task_namespace'

2014-12-09 Thread Samuel Thibault
Justus Winter, le Thu 13 Nov 2014 13:26:18 +0100, a écrit : > Add a new RPC to the process protocol to create task namespaces. > These can be used by an unprivileged process to claims the > responsibility to manage all tasks in this namespace. Any task > created in this namespace will automaticall

[PATCH hurd 4/5] hurd: add `proc_make_task_namespace'

2014-11-13 Thread Justus Winter
Add a new RPC to the process protocol to create task namespaces. These can be used by an unprivileged process to claims the responsibility to manage all tasks in this namespace. Any task created in this namespace will automatically be declared a child of the root process, and a `mach_notify_new_ta