projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a46f9
)
kernel: add support for KERNEL_CGROUP_PIDS
author
John Crispin
<john@openwrt.org>
Mon, 26 Oct 2015 11:54:56 +0000
(11:54 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 26 Oct 2015 11:54:56 +0000
(11:54 +0000)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 47275
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index bbdf28bb233fd0f5a43c125253d2b950837a8ecc..4be5f53b515e5aea9ad3fb13da0f28c9eb6aa09c 100644
(file)
--- 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