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 0D057138334 for ; Sat, 9 Jun 2018 05:25:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0906E0918; Sat, 9 Jun 2018 05:24:57 +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 C1163E090A for ; Sat, 9 Jun 2018 05:24:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 75766335CB0 for ; Sat, 9 Jun 2018 05:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD23B2CB for ; Sat, 9 Jun 2018 05:24:52 +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: <1528456251.b984ddb5cf16162f3b1066f71d99d010ab1779a2.perfinion@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/dirmngr.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: b984ddb5cf16162f3b1066f71d99d010ab1779a2 X-VCS-Branch: master Date: Sat, 9 Jun 2018 05:24:52 +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: eb39fd40-d985-4bc8-81f6-9ca1f52f1579 X-Archives-Hash: 688fde3f995077be2a1eae2dd2dbface commit: b984ddb5cf16162f3b1066f71d99d010ab1779a2 Author: Jason Zaman perfinion com> AuthorDate: Fri Jun 8 09:09:40 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Fri Jun 8 11:10:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=b984ddb5 dirmngr: allow connecting to hkps (hkp over TLS) policy/modules/contrib/dirmngr.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/dirmngr.te b/policy/modules/contrib/dirmngr.te index f2be3f70..983de0c6 100644 --- a/policy/modules/contrib/dirmngr.te +++ b/policy/modules/contrib/dirmngr.te @@ -69,10 +69,12 @@ dev_read_rand(dirmngr_t) sysnet_dns_name_resolve(dirmngr_t) +corenet_tcp_connect_http_port(dirmngr_t) corenet_tcp_connect_pgpkeyserver_port(dirmngr_t) corenet_udp_bind_generic_node(dirmngr_t) files_read_etc_files(dirmngr_t) +files_read_usr_files(dirmngr_t) miscfiles_read_localization(dirmngr_t) miscfiles_read_generic_certs(dirmngr_t)