mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00
kernel: add support for KERNEL_CGROUP_PIDS
Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 47275
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user