cgroups: implement device whitelist
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / init / Kconfig
index 6ce16bdbec7608a8a4151d71e9567b74397dcc6e..a3457926342a5115ae494e53918fc273ca926f47 100644 (file)
@@ -298,6 +298,13 @@ config CGROUP_NS
           for instance virtual servers and checkpoint/restart
           jobs.
 
+config CGROUP_DEVICE
+       bool "Device controller for cgroups"
+       depends on CGROUPS && EXPERIMENTAL
+       help
+         Provides a cgroup implementing whitelists for devices which
+         a process in the cgroup can mknod or open.
+
 config CPUSETS
        bool "Cpuset support"
        depends on SMP && CGROUPS