diff options
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r-- | config/Config-kernel.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index bbdf28bb23..4be5f53b51 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -265,6 +265,13 @@ if KERNEL_CGROUPS Provides a cgroup implementing whitelists for devices which a process in the cgroup can mknod or open. + config KERNEL_CGROUP_PIDS + bool "PIDs cgroup subsystem" + default y + help + Provides enforcement of process number limits in the scope of a + cgroup. + config KERNEL_CPUSETS bool "Cpuset support" default n |