cgroup: introduce cgroup namespaces
[deliverable/linux.git] / kernel / fork.c
index 2e391c754ae730bd2d8520c2ab497c403220c6e3..6611a6267949b11a2fc6ad3912d0467001ff6410 100644 (file)
@@ -1884,7 +1884,7 @@ static int check_unshare_flags(unsigned long unshare_flags)
        if (unshare_flags & ~(CLONE_THREAD|CLONE_FS|CLONE_NEWNS|CLONE_SIGHAND|
                                CLONE_VM|CLONE_FILES|CLONE_SYSVSEM|
                                CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET|
-                               CLONE_NEWUSER|CLONE_NEWPID))
+                               CLONE_NEWUSER|CLONE_NEWPID|CLONE_NEWCGROUP))
                return -EINVAL;
        /*
         * Not implemented, but pretend it works if there is nothing
This page took 0.024946 seconds and 5 git commands to generate.