[PATCH] to nsproxy
Add the pid namespace framework to the nsproxy object. The copy of the pid namespace only increases the refcount on the global pid namespace, init_pid_ns, and unshare is not implemented. There is no configuration option to activate or deactivate this feature because this not relevant for the moment. Signed-off-by:Cedric Le Goater <clg@fr.ibm.com> Cc: Kirill Korotaev <dev@openvz.org> Cc: Eric W. Biederman <ebiederm@xmission.com> Cc: Herbert Poetzl <herbert@13thfloor.at> Cc: Sukadev Bhattiprolu <sukadev@us.ibm.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- include/linux/init_task.h 2 additions, 0 deletionsinclude/linux/init_task.h
- include/linux/nsproxy.h 2 additions, 0 deletionsinclude/linux/nsproxy.h
- include/linux/pid_namespace.h 18 additions, 2 deletionsinclude/linux/pid_namespace.h
- kernel/nsproxy.c 19 additions, 7 deletionskernel/nsproxy.c
- kernel/pid.c 23 additions, 0 deletionskernel/pid.c
Loading
Please register or sign in to comment