aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-10-26 11:54:56 +0000
committerJohn Crispin <blogic@openwrt.org>2015-10-26 11:54:56 +0000
commitdafe241dd0475a247b750ceaeda221ec6e53c379 (patch)
tree1d9b71f204b0f574658e2d3b055fcfd3b0ec8c5a /config
parent9b8056164e23dfd71026bf55553e7d7a7ca8cc21 (diff)
downloadmaster-187ad058-dafe241dd0475a247b750ceaeda221ec6e53c379.tar.gz
master-187ad058-dafe241dd0475a247b750ceaeda221ec6e53c379.tar.bz2
master-187ad058-dafe241dd0475a247b750ceaeda221ec6e53c379.zip
kernel: add support for KERNEL_CGROUP_PIDS
Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47275 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in7
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