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 CABCE13877A for ; Tue, 19 Aug 2014 12:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26611E097C; Tue, 19 Aug 2014 12:17:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BCBCE0953 for ; Tue, 19 Aug 2014 12:17:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09770340279 for ; Tue, 19 Aug 2014 12:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61C3B3C0D for ; Tue, 19 Aug 2014 09:19:41 +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: <1408097051.3523edf717419a72bfa83870909a7c9a66caefa7.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/corenetwork.te.in X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 3523edf717419a72bfa83870909a7c9a66caefa7 X-VCS-Branch: master Date: Tue, 19 Aug 2014 09:19:41 +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: ffbd56bc-7dbd-4b8e-afe4-783ae3b7cf42 X-Archives-Hash: 3b932bd5e7f85de9c5c9a8d40362a2ab commit: 3523edf717419a72bfa83870909a7c9a66caefa7 Author: Sven Vermeulen siphos be> AuthorDate: Thu Aug 14 18:22:33 2014 +0000 Commit: Jason Zaman perfinion com> CommitDate: Fri Aug 15 10:04:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3523edf7 Support salt ports 4505 and 4506 --- policy/modules/kernel/corenetwork.te.in | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/kernel/corenetwork.te.in b/policy/modules/kernel/corenetwork.te.in index c5fa3f7..47efbdb 100644 --- a/policy/modules/kernel/corenetwork.te.in +++ b/policy/modules/kernel/corenetwork.te.in @@ -237,6 +237,7 @@ network_port(rsync, tcp,873,s0, udp,873,s0) network_port(rtorrent, udp, 6881, s0) network_port(rtsp, tcp,554,s0, udp,554,s0) network_port(rwho, udp,513,s0) +network_port(salt, tcp,4505,s0, tcp,4506,s0) network_port(sap, tcp,9875,s0, udp,9875,s0) network_port(servistaitsm, tcp,3636,s0, udp,3636,s0) network_port(sieve, tcp,4190,s0)