1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 12:43:56 +02:00

kernel: add support for KERNEL_CGROUP_PIDS

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

SVN-Revision: 47275
This commit is contained in:
John Crispin 2015-10-26 11:54:56 +00:00
parent 91a46f9df1
commit b4564e3163

View File

@ -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