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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27C89158043 for ; Sun, 5 Sep 2021 16:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 613CDE0845; Sun, 5 Sep 2021 16:00:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41862E0845 for ; Sun, 5 Sep 2021 16:00:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E9BB3409EC for ; Sun, 5 Sep 2021 16:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCEBABF for ; Sun, 5 Sep 2021 16:00:15 +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: <1630852004.0e7d2a03d1a7db3e941a350728b8dc16bfe7c8ce.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/radvd.te X-VCS-Directories: policy/modules/services/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 0e7d2a03d1a7db3e941a350728b8dc16bfe7c8ce X-VCS-Branch: master Date: Sun, 5 Sep 2021 16:00:15 +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: b6103920-fed0-4e57-a81d-874d7601a934 X-Archives-Hash: bcd566a45b0000c860c7f4fa0cc474c9 commit: 0e7d2a03d1a7db3e941a350728b8dc16bfe7c8ce Author: Jonathan Davies protonmail com> AuthorDate: Sat Jul 10 01:08:35 2021 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Sep 5 14:26:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=0e7d2a03 radvd.te: Added corenet_sendrecv_icmp_packets(). Signed-off-by: Jonathan Davies protonmail.com> Signed-off-by: Jason Zaman gentoo.org> policy/modules/services/radvd.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/services/radvd.te b/policy/modules/services/radvd.te index 51ce167b..84280152 100644 --- a/policy/modules/services/radvd.te +++ b/policy/modules/services/radvd.te @@ -49,6 +49,8 @@ corenet_tcp_sendrecv_generic_node(radvd_t) corenet_udp_sendrecv_generic_node(radvd_t) corenet_raw_sendrecv_generic_node(radvd_t) +corenet_sendrecv_icmp_packets(radvd_t) + dev_read_sysfs(radvd_t) domain_use_interactive_fds(radvd_t)