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 EE1511581B9 for ; Fri, 19 Sep 2025 16:56:20 +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 ABADF3420C6 for ; Fri, 19 Sep 2025 16:56:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A93C4110573; Fri, 19 Sep 2025 16:56:19 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9D18B110573 for ; Fri, 19 Sep 2025 16:56:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 596B83420BB for ; Fri, 19 Sep 2025 16:56:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C30F62749 for ; Fri, 19 Sep 2025 16:56:17 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1758300956.5047e25fbaf786fd8a286fc4699eab086bdb13e9.concord@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/fstools.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 5047e25fbaf786fd8a286fc4699eab086bdb13e9 X-VCS-Branch: master Date: Fri, 19 Sep 2025 16:56:17 +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: eab1ea99-2e2c-45a7-86b1-f444c93248eb X-Archives-Hash: ecd790a4bce6f1f94f3c8f75985c59b3 commit: 5047e25fbaf786fd8a286fc4699eab086bdb13e9 Author: Nicolas PARLANT parhuet fr> AuthorDate: Sun Jul 27 16:10:47 2025 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Fri Sep 19 16:55:56 2025 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=5047e25f files context : fix mkfs.f2fs for usr-merged Signed-off-by: Nicolas PARLANT parhuet.fr> Part-of: https://github.com/gentoo/hardened-refpolicy/pull/19 Closes: https://github.com/gentoo/hardened-refpolicy/pull/19 Signed-off-by: Kenton Groombridge gentoo.org> policy/modules/system/fstools.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/fstools.fc b/policy/modules/system/fstools.fc index 88887b010..13de030cf 100644 --- a/policy/modules/system/fstools.fc +++ b/policy/modules/system/fstools.fc @@ -114,5 +114,6 @@ ifdef(`distro_gentoo',` /run/fsck(/.*)? gen_context(system_u:object_r:fsadm_run_t,s0) ifdef(`distro_gentoo',` +/usr/bin/mkfs\.f2fs -- gen_context(system_u:object_r:fsadm_exec_t,s0) /usr/sbin/mkfs\.f2fs -- gen_context(system_u:object_r:fsadm_exec_t,s0) ')