Metadata-Version: 1.1
Name: kcc
Version: 0.0.9
Summary: Check kernel config for security issues
Home-page: https://github.com/clearlinux/kernel-config-checker
Author: Arjan van de Ven
Author-email: arjan@linux.intel.com
License: GPL-3.0
Description: Kernel Config Checker (kcc)
        ===========================
        
        .. contents:: **Table of Contents**
            :backlinks: none
        
        Install
        -------
        
        .. code-block:: console
        
            pip install kcc
        
        Usage
        -----
        
        Currently running kernel config (enabled with CONFIG_IKCONFIG_PROC).
        
        .. code-block:: console
        
            zcat /proc/config.gz | kcc
        
        Config from ``/boot``. Common on Debian based distros.
        
        .. code-block:: console
        
            kcc /boot/config-$(uname -r)
        
        Building kernel from source or release.
        
        .. code-block:: console
        
            kcc .config
        
        Hacking
        -------
        
        .. code-block:: console
        
            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
        <https://choosealicense.com/licenses/gpl-3.0>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
