Skip to content
Snippets Groups Projects
Commit b4564e31 authored by John Crispin's avatar John Crispin
Browse files

kernel: add support for KERNEL_CGROUP_PIDS


Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>

SVN-Revision: 47275
parent 91a46f9d
No related branches found
No related tags found
No related merge requests found
...@@ -265,6 +265,13 @@ if KERNEL_CGROUPS ...@@ -265,6 +265,13 @@ if KERNEL_CGROUPS
Provides a cgroup implementing whitelists for devices which Provides a cgroup implementing whitelists for devices which
a process in the cgroup can mknod or open. 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 config KERNEL_CPUSETS
bool "Cpuset support" bool "Cpuset support"
default n default n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment