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 1F9E81381F3 for ; Mon, 24 Jun 2013 20:46:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2F95E09BF; Mon, 24 Jun 2013 20:46:46 +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 39330E09BF for ; Mon, 24 Jun 2013 20:46:45 +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 04EEF33E341 for ; Mon, 24 Jun 2013 20:46:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 956BEE468F for ; Mon, 24 Jun 2013 20:46:43 +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: <1372106677.d9ca2e3eaae36da96fb97aa9873c96b8c7530453.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/googletalk.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d9ca2e3eaae36da96fb97aa9873c96b8c7530453 X-VCS-Branch: master Date: Mon, 24 Jun 2013 20:46:43 +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: 683c0165-eb56-475b-869a-cc7d94e631f6 X-Archives-Hash: 2ee60f0a306d679f96e0d7d5baf55bdb commit: d9ca2e3eaae36da96fb97aa9873c96b8c7530453 Author: Sven Vermeulen siphos be> AuthorDate: Mon Jun 24 20:44:37 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Jun 24 20:44:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d9ca2e3e New hangouts use UDP for video --- policy/modules/contrib/googletalk.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/contrib/googletalk.te b/policy/modules/contrib/googletalk.te index 8e0ee6a..1cf8597 100644 --- a/policy/modules/contrib/googletalk.te +++ b/policy/modules/contrib/googletalk.te @@ -22,6 +22,7 @@ allow googletalk_plugin_t self:fifo_file rw_fifo_file_perms; allow googletalk_plugin_t self:netlink_kobject_uevent_socket create_socket_perms; allow googletalk_plugin_t self:netlink_route_socket create_netlink_socket_perms; allow googletalk_plugin_t self:tcp_socket create_stream_socket_perms; +allow googletalk_plugin_t self:udp_socket create_socket_perms; allow googletalk_plugin_t self:unix_stream_socket create_stream_socket_perms; manage_files_pattern(googletalk_plugin_t, googletalk_plugin_tmp_t, googletalk_plugin_tmp_t) @@ -53,6 +54,8 @@ corenet_tcp_bind_generic_node(googletalk_plugin_t) corenet_tcp_sendrecv_generic_if(googletalk_plugin_t) corenet_tcp_sendrecv_generic_node(googletalk_plugin_t) +corenet_udp_bind_generic_node(googletalk_plugin_t) + # It runs find in /etc to find any release file for knowing the distribution it # runs on. Yes, great isnt it... files_dontaudit_getattr_all_dirs(googletalk_plugin_t)