Implement parsing of the CONFIG_LSM
kconfig option
#151
Labels
new_feature
A new feature of the tool
CONFIG_LSM
kconfig option
#151
The
CONFIG_LSM
kconfig option contains a list of LSM modules loaded by the kernel.Let's create a simple mechanism for checking that it contains the needed LSM module.
The checking rule might look like this:
Here
'*lockdown*'
means thatlockdown
is in the comma-separated list.The text was updated successfully, but these errors were encountered: