Separate out checking SECURITY_WRITABLE_HOOKS and SECURITY_SELINUX_DISABLE
authorAlexander Popov <alex.popov@linux.com>
Fri, 22 Apr 2022 09:34:49 +0000 (12:34 +0300)
committerAlexander Popov <alex.popov@linux.com>
Fri, 22 Apr 2022 09:34:49 +0000 (12:34 +0300)
commit4444a0b7ca1413eaf99b0f8023e0e4f805724e7e
tree1ba9712692c2c1bb5d543b67331e2401ca4ae673
parente749495f7f390da99c2881833167e4b3cf4b46ae
Separate out checking SECURITY_WRITABLE_HOOKS and SECURITY_SELINUX_DISABLE

Thanks to @izh1979 for the idea.
Combining these checks with OR is not correct.
kconfig_hardened_check/__init__.py