From unknown Fri Aug 15 01:56:53 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#39923 <39923@debbugs.gnu.org> To: bug#39923 <39923@debbugs.gnu.org> Subject: Status: [PATCH] system: Export 'operating-system' missing fields. Reply-To: bug#39923 <39923@debbugs.gnu.org> Date: Fri, 15 Aug 2025 08:56:53 +0000 retitle 39923 [PATCH] system: Export 'operating-system' missing fields. reassign 39923 guix-patches submitter 39923 Brice Waegeneire severity 39923 normal tag 39923 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 05 05:38:57 2020 Received: (at submit) by debbugs.gnu.org; 5 Mar 2020 10:38:57 +0000 Received: from localhost ([127.0.0.1]:42222 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9nu5-0005EF-Ki for submit@debbugs.gnu.org; Thu, 05 Mar 2020 05:38:57 -0500 Received: from lists.gnu.org ([209.51.188.17]:44476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j9nu3-0005E7-Mx for submit@debbugs.gnu.org; Thu, 05 Mar 2020 05:38:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48076) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9nu2-00064m-Nf for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:55 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, TVD_SPACE_RATIO autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9nu1-0002W0-FC for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:54 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:42533) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j9nu1-0002P7-9V for guix-patches@gnu.org; Thu, 05 Mar 2020 05:38:53 -0500 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 8BF5A1C0007 for ; Thu, 5 Mar 2020 10:38:49 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH] system: Export 'operating-system' missing fields. Date: Thu, 5 Mar 2020 11:38:42 +0100 Message-Id: <20200305103842.7339-1-brice@waegenei.re> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.197 X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/system.scm: Export 'operating-system-firmware', 'operating-system-keyboard-layout', 'operating-system-name-service-switch', 'operating-system-pam-services', 'operating-system-setuid-programs', ' [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.17 listed in list.dnswl.org] 0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 TVD_SPACE_RATIO No description available. 2.5 TVD_SPACE_RATIO_MINFP Space ratio 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: -1.0 (-) * gnu/system.scm: Export 'operating-system-firmware', 'operating-system-keyboard-layout', 'operating-system-name-service-switch', 'operating-system-pam-services', 'operating-system-setuid-programs', 'operating-system-skeletons', 'operating-system-sudoers-file', 'operating-system-swap-devices'. --- gnu/system.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/system.scm b/gnu/system.scm index 2e6d03272d..cfc730a41c 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -100,6 +100,14 @@ operating-system-user-accounts operating-system-shepherd-service-names operating-system-user-kernel-arguments + operating-system-firmware + operating-system-keyboard-layout + operating-system-name-service-switch + operating-system-pam-services + operating-system-setuid-programs + operating-system-skeletons + operating-system-sudoers-file + operating-system-swap-devices operating-system-derivation operating-system-profile -- 2.25.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 08 16:16:53 2020 Received: (at 39923-done) by debbugs.gnu.org; 8 Mar 2020 20:16:53 +0000 Received: from localhost ([127.0.0.1]:49304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jB2M0-0004OB-T8 for submit@debbugs.gnu.org; Sun, 08 Mar 2020 16:16:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jB2Lz-0004Nv-Dn for 39923-done@debbugs.gnu.org; Sun, 08 Mar 2020 16:16:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jB2Lt-0004mi-On; Sun, 08 Mar 2020 16:16:45 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36534 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jB2Lt-0006PV-Be; Sun, 08 Mar 2020 16:16:45 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brice Waegeneire Subject: Re: [bug#39923] [PATCH] system: Export 'operating-system' missing fields. References: <20200305103842.7339-1-brice@waegenei.re> Date: Sun, 08 Mar 2020 21:16:43 +0100 In-Reply-To: <20200305103842.7339-1-brice@waegenei.re> (Brice Waegeneire's message of "Thu, 5 Mar 2020 11:38:42 +0100") Message-ID: <87blp6a9g4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39923-done Cc: 39923-done@debbugs.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.7 (-) Hi Brice, Brice Waegeneire skribis: > * gnu/system.scm: Export 'operating-system-firmware', > 'operating-system-keyboard-layout', > 'operating-system-name-service-switch', 'operating-system-pam-services', > 'operating-system-setuid-programs', 'operating-system-skeletons', > 'operating-system-sudoers-file', 'operating-system-swap-devices'. Applied, thanks! Ludo=E2=80=99. From unknown Fri Aug 15 01:56:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 06 Apr 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator