Add kconfig-hardened-check.py
authorAlexander Popov <alex.popov@linux.com>
Wed, 20 Jun 2018 14:09:42 +0000 (17:09 +0300)
committerAlexander Popov <alex.popov@linux.com>
Wed, 20 Jun 2018 14:09:42 +0000 (17:09 +0300)
commit6b25acb5e623f3c60a2cdb51aa72f253bc4d0898
treed571a2cea8f8d31d5f22d7fc9ab78d7b0dd0c684
Add kconfig-hardened-check.py

This script helps me to check the Linux kernel Kconfig option list
against my hardening preferences for x86_64.

Nobody likes checking configs manually. Let the computers do their job!

Signed-off-by: Alexander Popov <alex.popov@linux.com>
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
kconfig-hardened-check.py [new file with mode: 0755]
kspp-recommendations.config [new file with mode: 0644]
ubuntu-bionic-generic.config [new file with mode: 0644]