Fix the fresh set_state() bug found by unittest
authorAlexander Popov <alex.popov@linux.com>
Sat, 9 Mar 2024 21:41:49 +0000 (00:41 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sat, 9 Mar 2024 21:41:49 +0000 (00:41 +0300)
commit0adb72a5972d39a1797630cb262a8494b9ba863b
tree038e16ede0a1eb5c4de04666272ca8ef5381f3c3
parent985aa05a22142f309a6050a4700eb717c2bebe49
Fix the fresh set_state() bug found by unittest

This function should write 'self.state' anyway.

Refers to #88, #89, #97
kernel_hardening_checker/engine.py