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 0268815800F for ; Mon, 13 Feb 2023 15:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E77F7E0825; Mon, 13 Feb 2023 15:35:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D02AFE0825 for ; Mon, 13 Feb 2023 15:35:32 +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 14AB7335DBE for ; Mon, 13 Feb 2023 15:35:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D6368C6 for ; Mon, 13 Feb 2023 15:35:28 +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: <1676301848.436c4b774fc27c4545a838cdacd84bc5d0dab824.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/iscsi.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: 436c4b774fc27c4545a838cdacd84bc5d0dab824 X-VCS-Branch: master Date: Mon, 13 Feb 2023 15:35:28 +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: 1750b838-04ca-4ffc-8207-b80cf9233165 X-Archives-Hash: 3d670d679b59c22c043a3254b5bf6bda commit: 436c4b774fc27c4545a838cdacd84bc5d0dab824 Author: Chris PeBenito linux microsoft com> AuthorDate: Tue Feb 7 21:02:01 2023 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Mon Feb 13 15:24:08 2023 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=436c4b77 iscsi: Read initiatorname.iscsi. This is normally created by iscsi-init.service. Signed-off-by: Chris PeBenito linux.microsoft.com> Signed-off-by: Kenton Groombridge gentoo.org> policy/modules/system/iscsi.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/iscsi.te b/policy/modules/system/iscsi.te index 171bfe85a..cf70f6d3f 100644 --- a/policy/modules/system/iscsi.te +++ b/policy/modules/system/iscsi.te @@ -90,6 +90,8 @@ dev_rw_userio_dev(iscsid_t) domain_use_interactive_fds(iscsid_t) domain_dontaudit_read_all_domains_state(iscsid_t) +files_read_etc_runtime_files(iscsid_t) + auth_use_nsswitch(iscsid_t) init_stream_connect_script(iscsid_t)