瀏覽代碼

kernel: add support for KERNEL_CGROUP_PIDS

Signed-off-by: Daniel Golle <[email protected]>

SVN-Revision: 47275
John Crispin 10 年之前
父節點
當前提交
b4564e3163
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      config/Config-kernel.in

+ 7 - 0
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