clearlinux / kernel-config-checker

Check kernel config files against a set of mandatory-for-security settings
https://pypi.org/project/kcc/
GNU General Public License v3.0
17 stars 7 forks source link

kcc/cli.py: fix --query option #3

Closed ffontaine closed 5 years ago

ffontaine commented 5 years ago

Currently --query option doesn't work because kconfig is always set to Kconfig.default(). Fix this by passing mustbe{set,set_or_module,unset} to Kconfig

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

johnandersen777 commented 5 years ago

Good catch!