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 5432B198005 for ; Mon, 11 Mar 2013 19:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2667E0856; Mon, 11 Mar 2013 19:25:24 +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 6AC78E0856 for ; Mon, 11 Mar 2013 19:25:19 +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 578FD33D98B for ; Mon, 11 Mar 2013 19:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E8F92E4368 for ; Mon, 11 Mar 2013 19:25:15 +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: <1363029840.0e9687505715224e8387205e1064be60a07dbe18.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/asterisk.te policy/modules/contrib/mplayer.te policy/modules/contrib/postfix.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 0e9687505715224e8387205e1064be60a07dbe18 X-VCS-Branch: master Date: Mon, 11 Mar 2013 19:25:15 +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: 5a056914-bccb-476f-8a9c-556d14b763b7 X-Archives-Hash: 38d8552f83a47186ac3bd4efac79379d commit: 0e9687505715224e8387205e1064be60a07dbe18 Author: Sven Vermeulen siphos be> AuthorDate: Mon Mar 11 19:24:00 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Mon Mar 11 19:24:00 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=0e968750 Now merged from upstream, so no need in distro_gentoo block anymore --- policy/modules/contrib/asterisk.te | 9 --------- policy/modules/contrib/mplayer.te | 4 ---- policy/modules/contrib/postfix.te | 5 ----- 3 files changed, 0 insertions(+), 18 deletions(-) diff --git a/policy/modules/contrib/asterisk.te b/policy/modules/contrib/asterisk.te index 466f819..b2cef87 100644 --- a/policy/modules/contrib/asterisk.te +++ b/policy/modules/contrib/asterisk.te @@ -190,12 +190,3 @@ optional_policy(` optional_policy(` udev_read_db(asterisk_t) ') - -ifdef(`distro_gentoo',` - ##################################### - # - # Local asterisk policy - # - - logging_search_logs(asterisk_t) -') diff --git a/policy/modules/contrib/mplayer.te b/policy/modules/contrib/mplayer.te index c5a23bf..537b55e 100644 --- a/policy/modules/contrib/mplayer.te +++ b/policy/modules/contrib/mplayer.te @@ -269,10 +269,6 @@ ifdef(`distro_gentoo',` # Local mplayer_t policy # - allow mplayer_t self:udp_socket create_socket_perms; - - corenet_tcp_connect_http_port(mplayer_t) - xdg_manage_videos_home(mplayer_t) tunable_policy(`mplayer_read_user_content',` diff --git a/policy/modules/contrib/postfix.te b/policy/modules/contrib/postfix.te index 81f3aff..7b94418 100644 --- a/policy/modules/contrib/postfix.te +++ b/policy/modules/contrib/postfix.te @@ -803,9 +803,4 @@ ifdef(`distro_gentoo',` filetrans_pattern(postfix_master_t, postfix_spool_t, postfix_spool_maildrop_t, dir, "defer") filetrans_pattern(postfix_master_t, postfix_spool_t, postfix_spool_maildrop_t, dir, "deferred") - ##################################### - # - # Local postfix_smtp_t policy - # - corenet_tcp_bind_generic_node(postfix_smtp_t) ')