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 1FD67138202 for ; Wed, 25 Sep 2013 09:49:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E84EBE0D59; Wed, 25 Sep 2013 09:49:38 +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 5EC6FE0D57 for ; Wed, 25 Sep 2013 09:49:38 +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 780E733DA43 for ; Wed, 25 Sep 2013 09:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 171F2E5309 for ; Wed, 25 Sep 2013 09:49:36 +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: <1380102135.71aa5510fa86ccf931d681201a070de5124d55f4.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/redis.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 71aa5510fa86ccf931d681201a070de5124d55f4 X-VCS-Branch: master Date: Wed, 25 Sep 2013 09:49:36 +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: 776a0854-f383-4351-9b50-ea4a55bc86a5 X-Archives-Hash: e00c12ee972c7aadc25fb4b2f1074e6d commit: 71aa5510fa86ccf931d681201a070de5124d55f4 Author: Dominick Grift gmail com> AuthorDate: Tue Sep 24 11:31:19 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Wed Sep 25 09:42:15 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=71aa5510 redis: allow redis to bind tcp sockets to redis_port_t type ports Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/redis.te | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/policy/modules/contrib/redis.te b/policy/modules/contrib/redis.te index f98e40e..25cd417 100644 --- a/policy/modules/contrib/redis.te +++ b/policy/modules/contrib/redis.te @@ -1,4 +1,4 @@ -policy_module(redis, 1.0.0) +policy_module(redis, 1.0.1) ######################################## # @@ -51,9 +51,9 @@ corenet_tcp_sendrecv_generic_if(redis_t) corenet_tcp_sendrecv_generic_node(redis_t) corenet_tcp_bind_generic_node(redis_t) -# corenet_sendrecv_redis_server_packets(redis_t) -# corenet_tcp_bind_redis_port(redis_t) -# corenet_tcp_sendrecv_redis_port(redis_t) +corenet_sendrecv_redis_server_packets(redis_t) +corenet_tcp_bind_redis_port(redis_t) +corenet_tcp_sendrecv_redis_port(redis_t) dev_read_sysfs(redis_t) dev_read_urand(redis_t)