From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id QEIaE4OyQmSvqQAASxT56A (envelope-from ) for ; Fri, 21 Apr 2023 17:57:55 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id EDvkEYOyQmQCMQEAG6o9tA (envelope-from ) for ; Fri, 21 Apr 2023 17:57:55 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2194028608 for ; Fri, 21 Apr 2023 17:57:55 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=IP4iX1R4; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1682092675; h=from:from:sender:sender: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:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Ehti6F6PGHb8SzZfsH1YgBp+hEcqWO4kyvfR8TTBosQ=; b=Ec8ByEAdjTARu5fJGkEnhVVovuma99U+FVZHiYo++8LNLpeHvLeqZPmOY+6qTU9XdBvrKQ 9n+4gqvagDKMMvM8lfSrt16kCF+TgjbVamKHC2Y1NY0WzWQiQvj79vd7FNfv6hK9X5er5j rPzuGqny7mx0Pe6V5TiJOB/tlZa3C+f6a2ywbdqwH2u7Lk+hg60dM0FQPolB+AOc6RLBiS Q9Bl9ucREi8VA7x0Kk3B4Vwd4cZ2/9dqVzB2sH4fOQE8yEFB2GmWiHGjB4st9tcaYC2DVe WFIL/GLcGqRlEXry4sg7nfuPUppH7UVWNFydqwKqll84ZF4SqTNIceUKmbYLlw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=IP4iX1R4; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1682092675; a=rsa-sha256; cv=none; b=Dq8eonujabgcwi4uJQee+au+bm5N/0rGlMnyTdfL1eGHWkWqtZyAHlR8jT4dCszFrUbDqj ZtJfDZmuGahmvGp12dtWfUZ4HLEkEd0vV0vGTU4o8TxUPKxvdm3WgDULLP1g0iKjTwJmEu Kjra10VHPTo8kRpS2+nZxIauTf+SOmHK0pAnz1aMIMrK51lPtG1bDyATd35lz/BPDIxsz1 dqwhTXbrVJjOwDMMEEAIjAxL1MBd/fZnrdNnFQMh9k/wcpgfzsqt1Og+ttsSdDCUtjHLOC MmcOffKHBja3+bzodsgRav08BAjPw82u+8ZNwe6c9JxIID30BsG7e9JUjUfBfg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ppt8m-0003Y7-Tl; Fri, 21 Apr 2023 11:57:40 -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 1ppqxq-0003qr-Sf for guix-patches@gnu.org; Fri, 21 Apr 2023 09:38:15 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ppqxe-0006Yr-Sq for guix-patches@gnu.org; Fri, 21 Apr 2023 09:38:14 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ppqxe-0006EE-Kw for guix-patches@gnu.org; Fri, 21 Apr 2023 09:38:02 -0400 Subject: bug#62802: [PATCH 0/4] Add reload action to syslog service. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 21 Apr 2023 13:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62802 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 62802-done@debbugs.gnu.org Mail-Followup-To: 62802@debbugs.gnu.org, maxim.cournoyer@gmail.com, maxim.cournoyer@gmail.com Received: via spool by 62802-done@debbugs.gnu.org id=D62802.168208422223857 (code D ref 62802); Fri, 21 Apr 2023 13:38:02 +0000 Received: (at 62802-done) by debbugs.gnu.org; 21 Apr 2023 13:37:02 +0000 Received: from localhost ([127.0.0.1]:39625 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppqwg-0006CY-65 for submit@debbugs.gnu.org; Fri, 21 Apr 2023 09:37:02 -0400 Received: from mail-qt1-f176.google.com ([209.85.160.176]:60487) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppqwe-0006CG-7u for 62802-done@debbugs.gnu.org; Fri, 21 Apr 2023 09:37:00 -0400 Received: by mail-qt1-f176.google.com with SMTP id d75a77b69052e-3e6aa05714bso20024691cf.0 for <62802-done@debbugs.gnu.org>; Fri, 21 Apr 2023 06:37:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682084214; x=1684676214; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=Ehti6F6PGHb8SzZfsH1YgBp+hEcqWO4kyvfR8TTBosQ=; b=IP4iX1R4wcXa53xxLDBE0kEugd5NOtHJuC0P+ksLq2oDuJxE50ha0+c5zaycGnxqbu Z/sQydkAZEbcqghHD+mvnKxFY6yuXKAqETKNBSCmr9/l1Q+wHXstPl3IHGedD3/wV36q 3z9zZYi6KKqEl9E52rkd6yepnf5C/hfGJzPUBTHP1ZA+BbsYAWsLiLvEdcVl72HrePFD MEX2W1426iyRVixkZjtgQbA7SXo3wyOkIOtVRqs+zd2KW+9XzJwHa0+ntxoUXTi9EF8J dWxh6wESocfPaJZDhoK8P2Jy0AhhqTFFQI5gFE1OreYTFPrv9of+HxV9Rq6v8K/kaqfH zLZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682084214; x=1684676214; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Ehti6F6PGHb8SzZfsH1YgBp+hEcqWO4kyvfR8TTBosQ=; b=jcnT6hlBdm8iF3fG2dZXGYzhJUb/Xf99oL//H4Dq/gcAbegrqJSgjdUZBIutHLgRWh cUHOUOn7Ub4onsDmkvV2smRPSFq6JRcsIoecqMxGZz2AyAbHwvvnpEeunGv5hrAAdBDs 12FKGitbZCiTAyUBVIhyUQcnuMjYOgJ0nCQ7XH4OLkk6wkjDnIqWZ+aF3ds3fsEZSmi/ YiTVC3FB3YC8XZRJC4hG4wSsUJz1LrYrXqd+E8CbF+2l7diT1gnIomjXO4EJd9d0jg8j whkLvWL573W/Wm8yLGShBf3dkdvteBc/JvTBsuXoIp92ezJU2sxpnhkOGcqq/bqtE4Ci C+OA== X-Gm-Message-State: AAQBX9cQIvUnQ6KwAHHmLjfiAzQUY6IFfJjD3WSJQA9BpdEW4c3ghf/2 /EDBCF+/PJv08MFCV+A6r7IabSsvjPA= X-Google-Smtp-Source: AKy350YcjVu5qBbCJ8EkEAVS8LkH6Erc5k/eq7vqzWc0X/BYWPLaY/l+zuXGVtGb0UDE+vsrK07/dg== X-Received: by 2002:a05:622a:1301:b0:3d6:d055:72af with SMTP id v1-20020a05622a130100b003d6d05572afmr8845708qtk.53.1682084214311; Fri, 21 Apr 2023 06:36:54 -0700 (PDT) Received: from hurd (dsl-10-131-177.b2b2c.ca. [72.10.131.177]) by smtp.gmail.com with ESMTPSA id 14-20020ac8570e000000b003b9b8ec742csm1320728qtw.14.2023.04.21.06.36.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 21 Apr 2023 06:36:53 -0700 (PDT) From: Maxim Cournoyer References: <20230413012408.2759-1-maxim.cournoyer@gmail.com> <20230413012408.2759-4-maxim.cournoyer@gmail.com> <87o7nishgo.fsf_-_@gnu.org> Date: Fri, 21 Apr 2023 09:36:52 -0400 In-Reply-To: <87o7nishgo.fsf_-_@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Thu, 20 Apr 2023 17:26:15 +0200") Message-ID: <87sfctwe4r.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Mailman-Approved-At: Fri, 21 Apr 2023 11:57:34 -0400 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: UNKNOWN X-Migadu-Spam: Yes X-Migadu-Spam-Score: 8.44 X-Spam-Score: 8.44 X-Migadu-Queue-Id: 2194028608 X-Migadu-Scanner: in3.migadu.com X-Spam: Yes X-TUID: op64M5Uc0uvP Hello, Ludovic Court=C3=A8s writes: > Maxim Cournoyer skribis: > >> This causes authentication failures such as those generated by SSH brute= force >> attacks to appear in /var/log/secure, which is picked up by tools such as >> fail2ban. > > Nice, go for it! Great, the change is now installed. Thanks for the review! --=20 Thanks, Maxim