diff options
author | John Crispin <john@openwrt.org> | 2015-10-26 11:54:56 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-26 11:54:56 +0000 |
commit | b4564e3163b23044b424f2c46bf8014d0a770a19 (patch) | |
tree | 3f095a4f2ec4dda2bfa22db36334163a9f3a5064 | |
parent | 91a46f9df1958d20e882f0dbc28ea8acb8215124 (diff) | |
download | upstream-b4564e3163b23044b424f2c46bf8014d0a770a19.tar.gz upstream-b4564e3163b23044b424f2c46bf8014d0a770a19.tar.bz2 upstream-b4564e3163b23044b424f2c46bf8014d0a770a19.zip |
kernel: add support for KERNEL_CGROUP_PIDS
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 47275
-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 |