[Devel] [RFC][PATCH 10/16] Define CLONE_NEWPID flag

sukadev at us.ibm.com sukadev at us.ibm.com
Wed May 23 18:13:03 PDT 2007


Subject: Define CLONE_NEWPID flag

From: Sukadev Bhattiprolu <sukadev at us.ibm.com>


This was discussed on containers and we thought it would be useful
to reserve this flag.

TODO: Merge this with the next patch ?

Define CLONE_NEWPID flag that will be used to clone pid namespaces.

Signed-off-by: Sukadev Bhattiprolu <sukadev at us.ibm.com>
---
 include/linux/sched.h |    1 +
 1 file changed, 1 insertion(+)

Index: lx26-21-mm2/include/linux/sched.h
===================================================================
--- lx26-21-mm2.orig/include/linux/sched.h	2007-05-22 16:59:46.000000000 -0700
+++ lx26-21-mm2/include/linux/sched.h	2007-05-22 16:59:51.000000000 -0700
@@ -26,6 +26,7 @@
 #define CLONE_STOPPED		0x02000000	/* Start in stopped state */
 #define CLONE_NEWUTS		0x04000000	/* New utsname group? */
 #define CLONE_NEWIPC		0x08000000	/* New ipcs */
+#define CLONE_NEWPID		0x10000000      /* New pid namespace */
 
 /*
  * Scheduling policies
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list