{ "info": { "author": "Arjan van de Ven", "author_email": "arjan@linux.intel.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "Kernel Config Checker (kcc)\n===========================\n\n.. contents:: **Table of Contents**\n :backlinks: none\n\nInstall\n-------\n\n.. code-block:: console\n\n pip install kcc\n\nUsage\n-----\n\nCurrently running kernel config (enabled with CONFIG_IKCONFIG_PROC).\n\n.. code-block:: console\n\n zcat /proc/config.gz | kcc\n\nConfig from ``/boot``. Common on Debian based distros.\n\n.. code-block:: console\n\n kcc /boot/config-$(uname -r)\n\nBuilding kernel from source or release.\n\n.. code-block:: console\n\n kcc .config\n\nHacking\n-------\n\n.. code-block:: console\n\n git clone https://github.com/clearlinux/kernel-config-checker kcc\n cd kcc\n pip install --user -e .\n\nLicense\n-------\n\nkcc is distributed under the terms of the `GPL-3.0 License\n`_\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/clearlinux/kernel-config-checker", "keywords": "", "license": "GPL-3.0", "maintainer": "", "maintainer_email": "", "name": "kcc", "package_url": "https://pypi.org/project/kcc/", "platform": "", "project_url": "https://pypi.org/project/kcc/", "project_urls": { "Homepage": "https://github.com/clearlinux/kernel-config-checker" }, "release_url": "https://pypi.org/project/kcc/0.0.8/", "requires_dist": null, "requires_python": "", "summary": "Check kernel config for security issues", "version": "0.0.8" }, "last_serial": 4134179, "releases": { "0.0.8": [ { "comment_text": "", "digests": { "md5": "d57f265545a9aeacc186a955f0480c48", "sha256": "9192386f692fed9eb66867deb1c22547e10c87f06d57f2f45c5adb70e81a3975" }, "downloads": -1, "filename": "kcc-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "d57f265545a9aeacc186a955f0480c48", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6340, "upload_time": "2018-08-03T21:25:14", "url": "https://files.pythonhosted.org/packages/9a/7f/ae236a5002f2d4febcfe78fce5683c8eb6700172d1ed107ff6f47fe82495/kcc-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44fc81d7b6627836ef0c6bfa234c1767", "sha256": "de125c5ee4d97fc5d3023fb9985da3bf95ee14bed37ad5679268e6149f4401f6" }, "downloads": -1, "filename": "kcc-0.0.8.tar.gz", "has_sig": false, "md5_digest": "44fc81d7b6627836ef0c6bfa234c1767", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4845, "upload_time": "2018-08-03T21:25:15", "url": "https://files.pythonhosted.org/packages/fa/44/949c55ccf7361230b198b6316714b8c9fb8d4ed3d00da793192f2ccb4809/kcc-0.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d57f265545a9aeacc186a955f0480c48", "sha256": "9192386f692fed9eb66867deb1c22547e10c87f06d57f2f45c5adb70e81a3975" }, "downloads": -1, "filename": "kcc-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "d57f265545a9aeacc186a955f0480c48", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6340, "upload_time": "2018-08-03T21:25:14", "url": "https://files.pythonhosted.org/packages/9a/7f/ae236a5002f2d4febcfe78fce5683c8eb6700172d1ed107ff6f47fe82495/kcc-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44fc81d7b6627836ef0c6bfa234c1767", "sha256": "de125c5ee4d97fc5d3023fb9985da3bf95ee14bed37ad5679268e6149f4401f6" }, "downloads": -1, "filename": "kcc-0.0.8.tar.gz", "has_sig": false, "md5_digest": "44fc81d7b6627836ef0c6bfa234c1767", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4845, "upload_time": "2018-08-03T21:25:15", "url": "https://files.pythonhosted.org/packages/fa/44/949c55ccf7361230b198b6316714b8c9fb8d4ed3d00da793192f2ccb4809/kcc-0.0.8.tar.gz" } ] }