From unknown Sat Aug 16 18:45:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59043] [PATCH] gnu: Add kconfig-hardened-check. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 05 Nov 2022 10:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59043 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59043@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16676456391966 (code B ref -1); Sat, 05 Nov 2022 10:54:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Nov 2022 10:53:59 +0000 Received: from localhost ([127.0.0.1]:55602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGoJ-0000Ve-6v for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:53:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:51796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGoH-0000VW-FU for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:53:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orGoF-0001aN-Ci for guix-patches@gnu.org; Sat, 05 Nov 2022 06:53:57 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orGoD-0005Eb-Q8 for guix-patches@gnu.org; Sat, 05 Nov 2022 06:53:55 -0400 Date: Sat, 05 Nov 2022 18:53:32 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1667645630; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mkniaXlhfdA9o/6o4+UZbSTwcyRiE9iZiwruPbA+eho=; b=kd7rDvkUOyNbgN/YxwyNJT7CoBCBSp4mlegNd5YZ0jdxzZHgqqH3+crg/xBt4QbTes3xpe csJPmShQ+EObaIvSX6UbovxaQUFydsW2H6KlPeynMyEir6gEjV8vCXn6ogsGZYJoy3KwZs fVgjaM4Xv2mFWQNh9MprmI9L8elStLfRKjKcFf7s3GWM0OYBLEi1QH6ikWGUF+Um+KvFCG L32nPeuKeXYwfPaacl88oQYkJNq8QdvbNxB/FGnPLI+yt1rV9GcK/kqdA+jmtV1a6IIS5u FiAKAUWAU/B/P8VZqik0hc0HfTSZ4KpA6x2N9MhxNcDNxJif+ONHdcCwX3Qn8g== Message-ID: From: Hilton Chain MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-Spamd-Bar: / Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/linux.scm (kconfig-hardened-check): New variable. --- gnu/packages/linux.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cf11a7fc1b..3aa5613a15 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9512,3 +9512,24 @@ (define-public tp-smapi-module @acronym{SMAPI, System Management Application Program Interface} and direct access to the embedded controller.") (license license:gpl2+))) + +(define-public kconfig-hardened-check + (package + (name "kconfig-hardened-check") + (version "0.5.17") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/a13xp0p0v/kconfig-hardened-check") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p9pywfxwyk4yfgaf7bhqrf72ywc6w6k77dbi7lldynha886ih4a")))) + (build-system python-build-system) + (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check") + (synopsis + "Tool for checking the security hardening options of the Linux kernel") + (description + "Tool for checking the security hardening options of the Linux kernel.") + (license license:gpl3))) base-commit: e67f9d7ab0c4bc957a918987a347a9ca429f3b0a -- 2.38.0 From unknown Sat Aug 16 18:45:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59043] [PATCH] gnu: Add kconfig-hardened-check. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 06 Nov 2022 14:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59043 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hilton Chain Cc: 59043@debbugs.gnu.org X-Debbugs-Original-Cc: 59043@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16677441795116 (code B ref -1); Sun, 06 Nov 2022 14:17:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Nov 2022 14:16:19 +0000 Received: from localhost ([127.0.0.1]:59046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orgRe-0001KR-O4 for submit@debbugs.gnu.org; Sun, 06 Nov 2022 09:16:18 -0500 Received: from lists.gnu.org ([209.51.188.17]:53500) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orgRd-0001KK-4v for submit@debbugs.gnu.org; Sun, 06 Nov 2022 09:16:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orgRd-0003dp-0V for guix-patches@gnu.org; Sun, 06 Nov 2022 09:16:17 -0500 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1orgRa-0006hN-VW for guix-patches@gnu.org; Sun, 06 Nov 2022 09:16:16 -0500 Received: from localhost (host-82-184-251-30.business.telecomitalia.it [82.184.251.30]) by mira.cbaines.net (Postfix) with ESMTPSA id BBE7C27BBE9; Sun, 6 Nov 2022 14:16:13 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0a70a849; Sun, 6 Nov 2022 14:16:13 +0000 (UTC) References: User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines Date: Sun, 06 Nov 2022 15:12:24 +0100 In-reply-to: Message-ID: <875yfsgocy.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Hilton Chain via Guix-patches via writes: > + (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check") > + (synopsis > + "Tool for checking the security hardening options of the Linux kernel") > + (description > + "Tool for checking the security hardening options of the Linux kernel.") This looks generally OK to me, but could you have a go at writing a description that's different to the synopsis? Even just wording it slightly differently would be OK (e.g. "The @code{kconfig-hardened-check} tool helps with checking the security hardening options of the Linux kernel"). Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNnwa1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XdKig//Xx6hcXFBRtOTIJkUmcvN6B5FWjKvUbaT MoYLYxOWoyX1uZpHSIYsP34EnGKGYi/UPL0bRZSPjGRN8mtSOaz0No9ExKpln/In AmBxwb8eUPY06Jl5LSqtzEDr7mipZBR5NfwKz8bI0O1SLq7uILy/HWnvX+tkSvus oJ7HcqhddknBmRBRP5faRGliLphStGPjob4CsKIxL68byux48jwOP3rs0j/UEogz Og2YAsgMRpCz4ZG4oX2um6NEO/vGIa5nJJf06LxkR7pI2b6jzXP6w+kW6vmSHXI1 N53YWe9qdQUX+6jz0sq9YjPGnBN8fS434VPKPrWUpjZwTnpFKGNwfIwFZQuiYGSo Pngli0fP8eK2uLA1UrSUTfcK/vhZkg9Av+KDaSuBZcnKWuDLlJpebyx0SjaJwRKb JFJD2cpNDcU6SISedCG+xrNU08grm9KYTd/+TS5VoFPbXSfovSuobRvBuBMfjHVZ 2wFaxYTasNl7ev48fqs2dMFlZtMkr6gY84g7hKKsaN4P7+IQDp9I+bXbz9FB99ZY 4Bbgbmidah+3JlqHQHxXFcdnB+LIIsAsTt+Zg4EZ4pXpSJp6Z75jhXFyZlgcAiYt jAljETY0rJ8roczMbjqUyqDv9J9dqxTTco20hIyXPM081L6AbrieWudEs0o1yDjy wcY2aWQg0T4= =UFqX -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 06 09:16:25 2022 Received: (at control) by debbugs.gnu.org; 6 Nov 2022 14:16:25 +0000 Received: from localhost ([127.0.0.1]:59049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orgRl-0001Kl-1N for submit@debbugs.gnu.org; Sun, 06 Nov 2022 09:16:25 -0500 Received: from mira.cbaines.net ([212.71.252.8]:41782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orgRj-0001Kc-FM for control@debbugs.gnu.org; Sun, 06 Nov 2022 09:16:23 -0500 Received: from localhost (host-82-184-251-30.business.telecomitalia.it [82.184.251.30]) by mira.cbaines.net (Postfix) with ESMTPSA id F37AE27BBE9 for ; Sun, 6 Nov 2022 14:16:22 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 31a0aff8 for ; Sun, 6 Nov 2022 14:16:21 +0000 (UTC) From: Christopher Baines To: control@debbugs.gnu.org Subject: tag 59043 moreinfo Date: Sun, 06 Nov 2022 14:16:21 +0000 Message-ID: <87pme0jhhm.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 59043 + moreinfo quit From unknown Sat Aug 16 18:45:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59043] [PATCH v2] gnu: Add kconfig-hardened-check. Resent-From: Hilton Chain Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 06 Nov 2022 14:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59043 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: Christopher Baines Cc: 59043@debbugs.gnu.org X-Debbugs-Original-Cc: 59043@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166774636917032 (code B ref -1); Sun, 06 Nov 2022 14:53:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Nov 2022 14:52:49 +0000 Received: from localhost ([127.0.0.1]:59076 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orh0z-0004Qe-GH for submit@debbugs.gnu.org; Sun, 06 Nov 2022 09:52:49 -0500 Received: from lists.gnu.org ([209.51.188.17]:58862) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orh0x-0004QT-0f for submit@debbugs.gnu.org; Sun, 06 Nov 2022 09:52:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orh0w-0001s2-RZ for guix-patches@gnu.org; Sun, 06 Nov 2022 09:52:46 -0500 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orh0v-0003uJ-6g for guix-patches@gnu.org; Sun, 06 Nov 2022 09:52:46 -0500 Date: Sun, 06 Nov 2022 22:52:19 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1667746362; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=syYnFVDuFzisb/YwMTBKav/1TRrdVilXGvP49vpdGh0=; b=RUoYtVEq75jgtexA926lPlkv+7SK7h0H3FE/QHAC8wTast5bDkGQMWnZs45CP7PkNDXZ6M f3heiLznF8gePQwpxm7qmy23SZzHXXzilC0Ka9hA8c/x7PeatHF78G6Yy4i8IcYMLUPGm+ t+oalqMQKZtiba+T/2jTWV1Wetf+L+Mmh7hrsyukW5iD8MIHULLwkjDUqISYIZ+cduckRN r+MgKJ2CSm4SXq5h1oYq0K1a7hFUrLvAIP00CiHSB2huxIj6mFGV6zpSccPcNkAMznndA0 Qtx+XlezjiGP55JJn2NNQJLC82Nv4Mex1hnmEv/udlPKGJWRiVnWdQFIA88vqw== Message-ID: From: Hilton Chain In-Reply-To: <875yfsgocy.fsf@cbaines.net> References: <875yfsgocy.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-Spamd-Bar: / Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/linux.scm (kconfig-hardened-check): New variable. --- v1 -> v2: Add more description. gnu/packages/linux.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cf11a7fc1b..8eadf8354c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9512,3 +9512,35 @@ (define-public tp-smapi-module @acronym{SMAPI, System Management Application Program Interface} and direct access to the embedded controller.") (license license:gpl2+))) + +(define-public kconfig-hardened-check + (package + (name "kconfig-hardened-check") + (version "0.5.17") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/a13xp0p0v/kconfig-hardened-check") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p9pywfxwyk4yfgaf7bhqrf72ywc6w6k77dbi7lldynha886ih4a")))) + (build-system python-build-system) + (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check") + (synopsis + "Tool for checking the security hardening options of the Linux kernel") + (description + "@code{kconfig-hardened-check} is a tool for checking the security +hardening options of the Linux kernel. Provided preferences are based on +suggestions from various sources, including: + +@itemize +@item KSPP recommended settings +@item CLIP OS kernel configuration +@item Last public grsecurity patch (options which they disable) +@item SECURITY_LOCKDOWN_LSM patchset +@item Direct feedback from the Linux kernel maintainers +@end itemize\n +This tool supports checking Kconfig options and kernel cmdline parameters.") + (license license:gpl3))) base-commit: 97d565c786ee1a1eb920ed66384f60aad20e5cc2 -- 2.38.0 From unknown Sat Aug 16 18:45:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59043] [PATCH v2] gnu: Add kconfig-hardened-check. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 07 Nov 2022 19:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 59043 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: Hilton Chain Cc: 59043-done@debbugs.gnu.org, 59043@debbugs.gnu.org X-Debbugs-Original-Cc: 59043-done@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166785109624230 (code B ref -1); Mon, 07 Nov 2022 19:59:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Nov 2022 19:58:16 +0000 Received: from localhost ([127.0.0.1]:35403 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1os8G7-0006Ik-Ph for submit@debbugs.gnu.org; Mon, 07 Nov 2022 14:58:16 -0500 Received: from lists.gnu.org ([209.51.188.17]:60102) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1os8G5-0006IV-Fq for submit@debbugs.gnu.org; Mon, 07 Nov 2022 14:58:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1os8G5-0001zJ-AZ for guix-patches@gnu.org; Mon, 07 Nov 2022 14:58:13 -0500 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1os8G3-0004Dj-T9 for guix-patches@gnu.org; Mon, 07 Nov 2022 14:58:13 -0500 Received: from localhost (93-42-6-17.ip84.fastwebnet.it [93.42.6.17]) by mira.cbaines.net (Postfix) with ESMTPSA id 2662827BBE9; Mon, 7 Nov 2022 19:58:11 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 7840dca1; Mon, 7 Nov 2022 19:58:10 +0000 (UTC) References: <875yfsgocy.fsf@cbaines.net> User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines Date: Mon, 07 Nov 2022 20:57:41 +0100 In-reply-to: Message-ID: <87v8nqo7u5.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Hilton Chain writes: > * gnu/packages/linux.scm (kconfig-hardened-check): New variable. > --- > v1 -> v2: Add more description. > > gnu/packages/linux.scm | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > Thanks! That looks good, I've gone ahead and pushed to master as cad335a32acf8c31b49fe83f1b38b1d1a6da76be. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNpY1JfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xe1RxAAuK6PhCrUm0MJLOqYhGcnrhC7yDajly+r ce+ovjCuHsUwtOOaya9GvNamqA61Znph1c273tr/eMZgBEY8D1532dDngh2uMmEL s/PRqCGH3rnLLClEKR5bxKIzVVxL5gcPsxON4JsnElFqgKjmOxOm4uI/sYIQ1cAl CkvN4qL5Nm3i7MMRKuIKiO4LZqkSPgBrSlbBVw01ng+fVi3jKaPW4geCACVB9nA0 LkIZs7ud19YW98TssLJ5fsjCqPZmW6ANvOhugNegMj1lhf9EhpWzRSOiG/lcA5WV dcMWdl5uKHGQBDu/gkT+YT7HGqmBU9DpDLqo8ZTMbf1QJwUrY469HMB3wyHHrRW+ hn1jvVAOdjfQW2qqQEdD+d7eiozp0SON5T1ovP6+VMzv0x8RsgjhI0uLhKAlZK7Y A/GajKPNdkid5qydgWl7/cQ5Nn8UsGSgFkeUAB/Su5kHRXKtlffqZWNGzVXiv1fn seFGVOrIXtBwWie+qF9PE0cMvsTpX9j2B48cSGO7rdelj8Oy3EHbdNTn00aJ5eYo sJdl08RCodTU67U+YxUml/WfIi0dVoBvtBLQn4Y/Qv5pRjB1Troi/qXi6GusyRSX NuNcV3E0+Y4Ob76khAa97wusc4fD7LAEKFHjv4bExDt0k0KlkOg6gjvxjbr/OK5F /izD1qCEFiQ= =x4kF -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 18:45:01 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Hilton Chain Subject: bug#59043: closed (Re: [PATCH v2] gnu: Add kconfig-hardened-check.) Message-ID: References: <87v8nqo7u5.fsf@cbaines.net> X-Gnu-PR-Message: they-closed 59043 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch moreinfo Reply-To: 59043@debbugs.gnu.org Date: Mon, 07 Nov 2022 19:59:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1667851142-24299-1" This is a multi-part message in MIME format... ------------=_1667851142-24299-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #59043: [PATCH] gnu: Add kconfig-hardened-check. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 59043@debbugs.gnu.org. --=20 59043: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59043 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1667851142-24299-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59043-done) by debbugs.gnu.org; 7 Nov 2022 19:58:13 +0000 Received: from localhost ([127.0.0.1]:35400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1os8G5-0006IU-FE for submit@debbugs.gnu.org; Mon, 07 Nov 2022 14:58:13 -0500 Received: from mira.cbaines.net ([212.71.252.8]:41808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1os8G3-0006IM-Ly for 59043-done@debbugs.gnu.org; Mon, 07 Nov 2022 14:58:12 -0500 Received: from localhost (93-42-6-17.ip84.fastwebnet.it [93.42.6.17]) by mira.cbaines.net (Postfix) with ESMTPSA id 2662827BBE9; Mon, 7 Nov 2022 19:58:11 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 7840dca1; Mon, 7 Nov 2022 19:58:10 +0000 (UTC) References: <875yfsgocy.fsf@cbaines.net> User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines To: Hilton Chain Subject: Re: [PATCH v2] gnu: Add kconfig-hardened-check. Date: Mon, 07 Nov 2022 20:57:41 +0100 In-reply-to: Message-ID: <87v8nqo7u5.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59043-done Cc: 59043-done@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Hilton Chain writes: > * gnu/packages/linux.scm (kconfig-hardened-check): New variable. > --- > v1 -> v2: Add more description. > > gnu/packages/linux.scm | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > Thanks! That looks good, I've gone ahead and pushed to master as cad335a32acf8c31b49fe83f1b38b1d1a6da76be. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNpY1JfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xe1RxAAuK6PhCrUm0MJLOqYhGcnrhC7yDajly+r ce+ovjCuHsUwtOOaya9GvNamqA61Znph1c273tr/eMZgBEY8D1532dDngh2uMmEL s/PRqCGH3rnLLClEKR5bxKIzVVxL5gcPsxON4JsnElFqgKjmOxOm4uI/sYIQ1cAl CkvN4qL5Nm3i7MMRKuIKiO4LZqkSPgBrSlbBVw01ng+fVi3jKaPW4geCACVB9nA0 LkIZs7ud19YW98TssLJ5fsjCqPZmW6ANvOhugNegMj1lhf9EhpWzRSOiG/lcA5WV dcMWdl5uKHGQBDu/gkT+YT7HGqmBU9DpDLqo8ZTMbf1QJwUrY469HMB3wyHHrRW+ hn1jvVAOdjfQW2qqQEdD+d7eiozp0SON5T1ovP6+VMzv0x8RsgjhI0uLhKAlZK7Y A/GajKPNdkid5qydgWl7/cQ5Nn8UsGSgFkeUAB/Su5kHRXKtlffqZWNGzVXiv1fn seFGVOrIXtBwWie+qF9PE0cMvsTpX9j2B48cSGO7rdelj8Oy3EHbdNTn00aJ5eYo sJdl08RCodTU67U+YxUml/WfIi0dVoBvtBLQn4Y/Qv5pRjB1Troi/qXi6GusyRSX NuNcV3E0+Y4Ob76khAa97wusc4fD7LAEKFHjv4bExDt0k0KlkOg6gjvxjbr/OK5F /izD1qCEFiQ= =x4kF -----END PGP SIGNATURE----- --=-=-=-- ------------=_1667851142-24299-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Nov 2022 10:53:59 +0000 Received: from localhost ([127.0.0.1]:55602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGoJ-0000Ve-6v for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:53:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:51796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGoH-0000VW-FU for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:53:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orGoF-0001aN-Ci for guix-patches@gnu.org; Sat, 05 Nov 2022 06:53:57 -0400 Received: from mail.boiledscript.com ([144.168.59.46]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1orGoD-0005Eb-Q8 for guix-patches@gnu.org; Sat, 05 Nov 2022 06:53:55 -0400 Date: Sat, 05 Nov 2022 18:53:32 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1667645630; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mkniaXlhfdA9o/6o4+UZbSTwcyRiE9iZiwruPbA+eho=; b=kd7rDvkUOyNbgN/YxwyNJT7CoBCBSp4mlegNd5YZ0jdxzZHgqqH3+crg/xBt4QbTes3xpe csJPmShQ+EObaIvSX6UbovxaQUFydsW2H6KlPeynMyEir6gEjV8vCXn6ogsGZYJoy3KwZs fVgjaM4Xv2mFWQNh9MprmI9L8elStLfRKjKcFf7s3GWM0OYBLEi1QH6ikWGUF+Um+KvFCG L32nPeuKeXYwfPaacl88oQYkJNq8QdvbNxB/FGnPLI+yt1rV9GcK/kqdA+jmtV1a6IIS5u FiAKAUWAU/B/P8VZqik0hc0HfTSZ4KpA6x2N9MhxNcDNxJif+ONHdcCwX3Qn8g== Message-ID: From: Hilton Chain To: guix-patches@gnu.org Subject: [PATCH] gnu: Add kconfig-hardened-check. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-Spamd-Bar: / Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Received-SPF: pass client-ip=144.168.59.46; envelope-from=hako@ultrarare.space; helo=mail.boiledscript.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/linux.scm (kconfig-hardened-check): New variable. --- gnu/packages/linux.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index cf11a7fc1b..3aa5613a15 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9512,3 +9512,24 @@ (define-public tp-smapi-module @acronym{SMAPI, System Management Application Program Interface} and direct access to the embedded controller.") (license license:gpl2+))) + +(define-public kconfig-hardened-check + (package + (name "kconfig-hardened-check") + (version "0.5.17") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/a13xp0p0v/kconfig-hardened-check") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0p9pywfxwyk4yfgaf7bhqrf72ywc6w6k77dbi7lldynha886ih4a")))) + (build-system python-build-system) + (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check") + (synopsis + "Tool for checking the security hardening options of the Linux kernel") + (description + "Tool for checking the security hardening options of the Linux kernel.") + (license license:gpl3))) base-commit: e67f9d7ab0c4bc957a918987a347a9ca429f3b0a -- 2.38.0 ------------=_1667851142-24299-1--