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 520DD1382C5 for ; Sun, 25 Mar 2018 10:29:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07B11E0814; Sun, 25 Mar 2018 10:29:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D8890E0814 for ; Sun, 25 Mar 2018 10:29:23 +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 08DC6335C36 for ; Sun, 25 Mar 2018 10:29:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8D1426D for ; Sun, 25 Mar 2018 10:29:19 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1521970259.db9a72463f10cbb7217d816dc4a2fe7ba584e888.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/chronyd.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: db9a72463f10cbb7217d816dc4a2fe7ba584e888 X-VCS-Branch: master Date: Sun, 25 Mar 2018 10:29:19 +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-Archives-Salt: c06caeaa-e6a7-4d6c-aa59-2e9ca8e759a2 X-Archives-Hash: 0d055e0c4c87d0f38512466cf67062a0 commit: db9a72463f10cbb7217d816dc4a2fe7ba584e888 Author: Dave Sugar tresys com> AuthorDate: Mon Mar 5 14:03:00 2018 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Mar 25 09:30:59 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=db9a7246 Chronyd talks ntp client packets to get time from server chronyd is an NTP client along with an NTP server. Change to allow chronyd to send/recv ntp client packets. Signed-off-by: Dave Sugar tresys.com> policy/modules/contrib/chronyd.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/chronyd.te b/policy/modules/contrib/chronyd.te index 09d7f834..f28dd5e6 100644 --- a/policy/modules/contrib/chronyd.te +++ b/policy/modules/contrib/chronyd.te @@ -74,6 +74,7 @@ corenet_udp_sendrecv_generic_if(chronyd_t) corenet_udp_sendrecv_generic_node(chronyd_t) corenet_udp_bind_generic_node(chronyd_t) +corenet_sendrecv_ntp_client_packets(chronyd_t) corenet_sendrecv_ntp_server_packets(chronyd_t) corenet_udp_bind_ntp_port(chronyd_t) corenet_udp_sendrecv_ntp_port(chronyd_t)