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 1CAD613877A for ; Tue, 19 Aug 2014 20:23:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F40C9E0818; Tue, 19 Aug 2014 20:23:34 +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 96CE9E0818 for ; Tue, 19 Aug 2014 20:23:34 +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 380503401B0 for ; Tue, 19 Aug 2014 20:23:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8E553948 for ; Tue, 19 Aug 2014 20:23:31 +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: <1408479793.a6e3727f6a44639b69ee0e63580611504dd29a65.swift@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 X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: a6e3727f6a44639b69ee0e63580611504dd29a65 X-VCS-Branch: master Date: Tue, 19 Aug 2014 20:23:31 +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: ed1026e1-07ba-4736-bf6d-9ca47cc68d17 X-Archives-Hash: e9f94dafccb2ffffb94d28d824e7b31d commit: a6e3727f6a44639b69ee0e63580611504dd29a65 Author: Sven Vermeulen siphos be> AuthorDate: Tue Aug 19 20:23:13 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Tue Aug 19 20:23:13 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=a6e3727f Built from .te.in --- policy/modules/kernel/corenetwork.te | 39 +++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/policy/modules/kernel/corenetwork.te b/policy/modules/kernel/corenetwork.te index 83cdee2..f1830c7 100644 --- a/policy/modules/kernel/corenetwork.te +++ b/policy/modules/kernel/corenetwork.te @@ -2,7 +2,7 @@ # This is a generated file! Instead of modifying this file, the # corenetwork.te.in or corenetwork.te.m4 file should be modified. # -policy_module(corenetwork, 1.19.0) +policy_module(corenetwork, 1.20.2) ######################################## # @@ -460,6 +460,14 @@ portcon tcp 53 gen_context(system_u:object_r:dns_port_t,s0) portcon udp 53 gen_context(system_u:object_r:dns_port_t,s0) +type dropbox_port_t, port_type, defined_port_type; +type dropbox_client_packet_t, packet_type, client_packet_type; +type dropbox_server_packet_t, packet_type, server_packet_type; +typeattribute dropbox_port_t unreserved_port_type; +portcon tcp 17500 gen_context(system_u:object_r:dropbox_port_t,s0) +portcon udp 17500 gen_context(system_u:object_r:dropbox_port_t,s0) + + type efs_port_t, port_type, defined_port_type; type efs_client_packet_t, packet_type, client_packet_type; type efs_server_packet_t, packet_type, server_packet_type; @@ -526,6 +534,15 @@ portcon tcp 1721 gen_context(system_u:object_r:gatekeeper_port_t,s0) portcon tcp 7000 gen_context(system_u:object_r:gatekeeper_port_t,s0) +type gdomap_port_t, port_type, defined_port_type; +type gdomap_client_packet_t, packet_type, client_packet_type; +type gdomap_server_packet_t, packet_type, server_packet_type; +typeattribute gdomap_port_t reserved_port_type; +typeattribute gdomap_port_t rpc_port_type; +portcon tcp 538 gen_context(system_u:object_r:gdomap_port_t,s0) +portcon udp 538 gen_context(system_u:object_r:gdomap_port_t,s0) + + type gds_db_port_t, port_type, defined_port_type; type gds_db_client_packet_t, packet_type, client_packet_type; type gds_db_server_packet_t, packet_type, server_packet_type; @@ -746,7 +763,12 @@ type ircd_port_t, port_type, defined_port_type; type ircd_client_packet_t, packet_type, client_packet_type; type ircd_server_packet_t, packet_type, server_packet_type; typeattribute ircd_port_t unreserved_port_type; +portcon tcp 6665 gen_context(system_u:object_r:ircd_port_t,s0) +portcon tcp 6666 gen_context(system_u:object_r:ircd_port_t,s0) portcon tcp 6667 gen_context(system_u:object_r:ircd_port_t,s0) +portcon tcp 6668 gen_context(system_u:object_r:ircd_port_t,s0) +portcon tcp 6669 gen_context(system_u:object_r:ircd_port_t,s0) +portcon tcp 6697 gen_context(system_u:object_r:ircd_port_t,s0) type isakmp_port_t, port_type, defined_port_type; @@ -1318,6 +1340,13 @@ typeattribute razor_port_t unreserved_port_type; portcon tcp 2703 gen_context(system_u:object_r:razor_port_t,s0) +type redis_port_t, port_type, defined_port_type; +type redis_client_packet_t, packet_type, client_packet_type; +type redis_server_packet_t, packet_type, server_packet_type; +typeattribute redis_port_t unreserved_port_type; +portcon tcp 6379 gen_context(system_u:object_r:redis_port_t,s0) + + type repository_port_t, port_type, defined_port_type; type repository_client_packet_t, packet_type, client_packet_type; type repository_server_packet_t, packet_type, server_packet_type; @@ -1409,6 +1438,14 @@ typeattribute rwho_port_t rpc_port_type; portcon udp 513 gen_context(system_u:object_r:rwho_port_t,s0) +type salt_port_t, port_type, defined_port_type; +type salt_client_packet_t, packet_type, client_packet_type; +type salt_server_packet_t, packet_type, server_packet_type; +typeattribute salt_port_t unreserved_port_type; +portcon tcp 4505 gen_context(system_u:object_r:salt_port_t,s0) +portcon tcp 4506 gen_context(system_u:object_r:salt_port_t,s0) + + type sap_port_t, port_type, defined_port_type; type sap_client_packet_t, packet_type, client_packet_type; type sap_server_packet_t, packet_type, server_packet_type;