Author: blogic Date: 2015-10-26 12:54:56 +0100 (Mon, 26 Oct 2015) New Revision: 47275
Modified: trunk/config/Config-kernel.in Log: kernel: add support for KERNEL_CGROUP_PIDS Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/config/Config-kernel.in =================================================================== --- trunk/config/Config-kernel.in 2015-10-26 11:54:15 UTC (rev 47274) +++ trunk/config/Config-kernel.in 2015-10-26 11:54:56 UTC (rev 47275) @@ -265,6 +265,13 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
