Skip to content

Check kernel config files against a set of mandatory-for-security settings

License

Notifications You must be signed in to change notification settings

daichifukui/kernel-config-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel Config Checker (kcc)

Table of Contents

Install

pip install kcc

Usage

Currently running kernel config (enabled with CONFIG_IKCONFIG_PROC).

zcat /proc/config.gz | kcc

Config from /boot. Common on Debian based distros.

kcc /boot/config-$(uname -r)

Building kernel from source or release.

kcc .config

Hacking

git clone https://github.com/clearlinux/kernel-config-checker kcc
cd kcc
pip install --user -e .

License

kcc is distributed under the terms of the GPL-3.0 License

About

Check kernel config files against a set of mandatory-for-security settings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%