Commit e39d5081 by Alexander Popov

Add the comment

parent 4f54f766
......@@ -285,6 +285,9 @@ def detect_version(fname):
def construct_checklist(l, arch):
# Calling the OptCheck class constructor:
# OptCheck(reason, decision, name, expected)
modules_not_set = OptCheck('cut_attack_surface', 'kspp', 'MODULES', 'is not set')
devmem_not_set = OptCheck('cut_attack_surface', 'kspp', 'DEVMEM', 'is not set') # refers to LOCKDOWN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment