From: John Crispin Date: Mon, 26 Oct 2015 11:54:56 +0000 (+0000) Subject: kernel: add support for KERNEL_CGROUP_PIDS X-Git-Tag: reboot~1742 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b4564e3163b23044b424f2c46bf8014d0a770a19;p=openwrt%2Fstaging%2Fchunkeey.git kernel: add support for KERNEL_CGROUP_PIDS Signed-off-by: Daniel Golle SVN-Revision: 47275 --- 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