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 1BC7415808A for ; Tue, 15 Jul 2025 08:05:54 +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 0729E340EBA for ; Tue, 15 Jul 2025 08:05:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E4E7D110560; Tue, 15 Jul 2025 08:05:41 +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 D89F8110560 for ; Tue, 15 Jul 2025 08:05: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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89362340E7A for ; Tue, 15 Jul 2025 08:05:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC9773189 for ; Tue, 15 Jul 2025 08:05:38 +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: <1752566694.226fa79c75ce0547a30a0058b2142ff783d62038.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/iptables.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 226fa79c75ce0547a30a0058b2142ff783d62038 X-VCS-Branch: master Date: Tue, 15 Jul 2025 08:05:38 +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: c32534b9-905d-43e4-b29a-e8e12cff9bac X-Archives-Hash: 7502a97405f0e2bfb200a1dc7363150b commit: 226fa79c75ce0547a30a0058b2142ff783d62038 Author: Marc Schiffbauer gentoo org> AuthorDate: Tue Jun 24 15:55:27 2025 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Jul 15 08:04:54 2025 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=226fa79c iptables: let nft dev_read_urand Signed-off-by: Marc Schiffbauer gentoo.org> Signed-off-by: Jason Zaman gentoo.org> policy/modules/system/iptables.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/iptables.te b/policy/modules/system/iptables.te index 0111c5ba9..7b0ef9df3 100644 --- a/policy/modules/system/iptables.te +++ b/policy/modules/system/iptables.te @@ -69,6 +69,7 @@ corecmd_exec_shell(iptables_t) corenet_relabelto_all_packets(iptables_t) corenet_dontaudit_rw_tun_tap_dev(iptables_t) +dev_read_urand(iptables_t) dev_read_sysfs(iptables_t) dev_dontaudit_write_mtrr(iptables_t)