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 E5C2B139695 for ; Mon, 5 Jun 2017 17:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1AA821C099; Mon, 5 Jun 2017 17:25:08 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9248D21C099 for ; Mon, 5 Jun 2017 17:25:08 +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 CFB9B341963 for ; Mon, 5 Jun 2017 17:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D49B37481 for ; Mon, 5 Jun 2017 17:25:03 +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: <1496682978.9e3ce22d7df35dfa009df551d42dfa449df3c311.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: 9e3ce22d7df35dfa009df551d42dfa449df3c311 X-VCS-Branch: master Date: Mon, 5 Jun 2017 17:25:03 +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: 4df86202-47b4-4b74-9bbf-0d20d705739c X-Archives-Hash: dc17a59f3b48ee29f2534a2b4cd14631 commit: 9e3ce22d7df35dfa009df551d42dfa449df3c311 Author: Jason Zaman perfinion com> AuthorDate: Fri May 26 15:57:59 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Jun 5 17:16:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9e3ce22d dirmngr: Network rules to connect to keyserver type=AVC msg=audit(1494163667.921:24917): avc: denied { name_bind } for pid=15683 comm=636F6E6E2066643D36 src=19321 scontext=staff_u:staff_r:dirmngr_t:s0-s0:c0.c1023 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=udp_socket permissive=0 policy/modules/contrib/dirmngr.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/contrib/dirmngr.te b/policy/modules/contrib/dirmngr.te index 17cce56a..4cec7fcd 100644 --- a/policy/modules/contrib/dirmngr.te +++ b/policy/modules/contrib/dirmngr.te @@ -62,6 +62,10 @@ manage_sock_files_pattern(dirmngr_t, dirmngr_var_run_t, dirmngr_var_run_t) files_pid_filetrans(dirmngr_t, dirmngr_var_run_t, { dir file }) kernel_read_crypto_sysctls(dirmngr_t) +dev_read_rand(dirmngr_t) +sysnet_dns_name_resolve(dirmngr_t) + +corenet_tcp_connect_pgpkeyserver_port(dirmngr_t) files_read_etc_files(dirmngr_t)