From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 734471387B1 for ; Mon, 11 Nov 2013 13:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B85E0BBF; Mon, 11 Nov 2013 13:46:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88279E0BBF for ; Mon, 11 Nov 2013 13:45:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D66833F128 for ; Mon, 11 Nov 2013 13:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C8BACE54C1 for ; Mon, 11 Nov 2013 13:45:53 +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: <1384177437.5944d174884857e6373738cf376fb54f26a50e89.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/gdomap.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 5944d174884857e6373738cf376fb54f26a50e89 X-VCS-Branch: master Date: Mon, 11 Nov 2013 13:45:53 +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: c67c72be-70b9-4a19-b176-c91d0768cb9d X-Archives-Hash: 0214146e21f782c45d064484f925106d commit: 5944d174884857e6373738cf376fb54f26a50e89 Author: Dominick Grift gmail com> AuthorDate: Mon Sep 30 11:12:34 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Nov 11 13:43:57 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=5944d174 gdomap: missing networking rules, it traverses /tmp for some reason Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/gdomap.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/contrib/gdomap.te b/policy/modules/contrib/gdomap.te index 8abc63d..db7b56c 100644 --- a/policy/modules/contrib/gdomap.te +++ b/policy/modules/contrib/gdomap.te @@ -30,13 +30,17 @@ allow gdomap_t gdomap_var_run_t:file manage_file_perms; files_pid_filetrans(gdomap_t, gdomap_var_run_t, file, "gdomap.pid") corenet_sendrecv_gdomap_server_packets(gdomap_t) +corenet_tcp_bind_generic_node(gdomap_t) corenet_tcp_bind_gdomap_port(gdomap_t) corenet_tcp_sendrecv_gdomap_port(gdomap_t) +corenet_udp_bind_generic_node(gdomap_t) corenet_udp_bind_gdomap_port(gdomap_t) corenet_udp_sendrecv_gdomap_port(gdomap_t) domain_use_interactive_fds(gdomap_t) +files_search_tmp(gdomap_t) + auth_use_nsswitch(gdomap_t) logging_send_syslog_msg(gdomap_t)