From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 4810615827B for ; Tue, 02 Sep 2025 22:15:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 36617340EF8 for ; Tue, 02 Sep 2025 22:15:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E2AA8110575; Tue, 02 Sep 2025 22:15:20 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D976D110575 for ; Tue, 02 Sep 2025 22:15:20 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88BE8340D4D for ; Tue, 02 Sep 2025 22:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E2FA351D for ; Tue, 02 Sep 2025 22:15:18 +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: <1756850461.a164eef3498d14087c17c751e9473c132f78e406.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/lvm.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: a164eef3498d14087c17c751e9473c132f78e406 X-VCS-Branch: master Date: Tue, 02 Sep 2025 22:15:18 +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: be17efb8-750d-48f0-8386-7764f3055fdd X-Archives-Hash: a1d1dd982f77bd9bd0a64bb39e5a2879 commit: a164eef3498d14087c17c751e9473c132f78e406 Author: Nicolas PARLANT parhuet fr> AuthorDate: Sun Jul 27 14:38:49 2025 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Sep 2 22:01:01 2025 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=a164eef3 files context : fix multipath merged-usr Signed-off-by: Nicolas PARLANT parhuet.fr> Signed-off-by: Jason Zaman gentoo.org> policy/modules/system/lvm.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/lvm.fc b/policy/modules/system/lvm.fc index aa6abfe9b..0be26668d 100644 --- a/policy/modules/system/lvm.fc +++ b/policy/modules/system/lvm.fc @@ -43,6 +43,7 @@ /usr/bin/lvresize -- gen_context(system_u:object_r:lvm_exec_t,s0) /usr/bin/lvs -- gen_context(system_u:object_r:lvm_exec_t,s0) /usr/bin/lvscan -- gen_context(system_u:object_r:lvm_exec_t,s0) +/usr/bin/multipath -- gen_context(system_u:object_r:lvm_exec_t,s0) /usr/bin/multipathd -- gen_context(system_u:object_r:lvm_exec_t,s0) /usr/bin/multipath\.static -- gen_context(system_u:object_r:lvm_exec_t,s0) /usr/bin/pvchange -- gen_context(system_u:object_r:lvm_exec_t,s0)