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 73F42138010 for ; Thu, 27 Sep 2012 18:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19CD221C0E2; Thu, 27 Sep 2012 18:05:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DA0AD21C0DF for ; Thu, 27 Sep 2012 18:05:15 +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 315F033D73F for ; Thu, 27 Sep 2012 18:05:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 615BEE544A for ; Thu, 27 Sep 2012 18:05:12 +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: <1348766176.e0d71e8891249c8f1f3581753f4a94bab73d89f3.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: / X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: couchdb.te X-VCS-Directories: / X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: e0d71e8891249c8f1f3581753f4a94bab73d89f3 X-VCS-Branch: master Date: Thu, 27 Sep 2012 18:05:12 +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: d3851f95-95de-45e3-abb3-c483631ac172 X-Archives-Hash: 49c14e482fb25a61754080d014caf04b commit: e0d71e8891249c8f1f3581753f4a94bab73d89f3 Author: Dominick Grift gmail com> AuthorDate: Tue Sep 25 10:10:46 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Thu Sep 27 17:16:16 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=e0d71e88 Clean up couchdb network rules Signed-off-by: Dominick Grift gmail.com> Signed-off-by: Sven Vermeulen siphos.be> --- couchdb.te | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/couchdb.te b/couchdb.te index a9da236..503adab 100644 --- a/couchdb.te +++ b/couchdb.te @@ -1,4 +1,4 @@ -policy_module(couchdb, 1.0.1) +policy_module(couchdb, 1.0.2) ######################################## # @@ -68,12 +68,8 @@ corecmd_exec_shell(couchdb_t) corenet_all_recvfrom_unlabeled(couchdb_t) corenet_all_recvfrom_netlabel(couchdb_t) corenet_tcp_sendrecv_generic_if(couchdb_t) -corenet_udp_sendrecv_generic_if(couchdb_t) corenet_tcp_sendrecv_generic_node(couchdb_t) -corenet_udp_sendrecv_generic_node(couchdb_t) -corenet_udp_sendrecv_all_ports(couchdb_t) corenet_tcp_bind_generic_node(couchdb_t) -corenet_udp_bind_generic_node(couchdb_t) corenet_sendrecv_couchdb_server_packets(couchdb_t) corenet_tcp_bind_couchdb_port(couchdb_t)