From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AE46158083 for ; Sun, 22 Sep 2024 00:03:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E068E29C2; Sun, 22 Sep 2024 00:03:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E811E29C1 for ; Sun, 22 Sep 2024 00:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9876B343164 for ; Sun, 22 Sep 2024 00:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E51CC280E for ; Sun, 22 Sep 2024 00:03:36 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1726957710.93d85a091c30d39a52afe6f7bc3068ee5f196e34.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/services/mysql.fc X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 93d85a091c30d39a52afe6f7bc3068ee5f196e34 X-VCS-Branch: master Date: Sun, 22 Sep 2024 00:03:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f5496d9-d97c-4b5f-9cfc-2ade05320a81 X-Archives-Hash: 42a743bd41967339de5158c2af0dfcbc commit: 93d85a091c30d39a52afe6f7bc3068ee5f196e34 Author: nisbet-hubbard <87453615+nisbet-hubbard users noreply github com> AuthorDate: Sat Sep 14 23:58:57 2024 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Sep 21 22:28:30 2024 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=93d85a09 Update mysql.fc Signed-off-by: nisbet-hubbard <87453615+nisbet-hubbard users.noreply.github.com> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/mysql.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/services/mysql.fc b/policy/modules/services/mysql.fc index 7b7b45b34..96fa72a16 100644 --- a/policy/modules/services/mysql.fc +++ b/policy/modules/services/mysql.fc @@ -1,4 +1,5 @@ HOME_DIR/\.my\.cnf -- gen_context(system_u:object_r:mysqld_home_t,s0) +HOME_DIR/\.mylogin\.cnf -- gen_context(system_u:object_r:mysqld_home_t,s0) /etc/my\.cnf -- gen_context(system_u:object_r:mysqld_etc_t,s0) /etc/my\.cnf\.d(/.*)? gen_context(system_u:object_r:mysqld_etc_t,s0)