[][src]Module binsec::check::kernel

Defines the kernel security checks configured for the current host's operating system, if it is supported by binsec.

Modules

linux

Kernel security mitigation checker that can be deployed on a Linux host. Checks for the the following features on the host:

Structs

KernelChecker

used to represent a kernel-checker interface, which encapsulates the OS detection functionality and all the checks being used on the host.

Traits

KernelCheck

used to define rudimentary trait to represent a kernel-based security checker