| config SECURITY_CONTAINER_MONITOR | |
| bool "Monitor containerized processes" | |
| depends on SECURITY | |
| depends on MMU | |
| depends on X86_64 | |
| select SECURITYFS | |
| help | |
| Instrument the Linux kernel to collect more information about containers | |
| and identify security threats. | |
| config SECURITY_CONTAINER_MONITOR_DEBUG | |
| bool "Enable debug pr_devel logs" | |
| depends on SECURITY_CONTAINER_MONITOR | |
| help | |
| Define DEBUG for CSM files to compile verbose debugging messages. | |
| Only for debugging/testing do not enable for production. |