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 86E921395E1 for ; Sun, 2 Aug 2015 19:05:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D11414013; Sun, 2 Aug 2015 19:05:43 +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 CA45B14013 for ; Sun, 2 Aug 2015 19:05:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19E7A3406AA for ; Sun, 2 Aug 2015 19:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5AEEED for ; Sun, 2 Aug 2015 19:05:31 +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: <1438542285.017cc90bb5f7acd0d5497b17b24c537d96b5400b.perfinion@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/subsonic.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 017cc90bb5f7acd0d5497b17b24c537d96b5400b X-VCS-Branch: master Date: Sun, 2 Aug 2015 19:05: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: f450b710-5378-4be6-b8e6-69283c2b0e63 X-Archives-Hash: 3daecce088d04de7f3d3742a80ae55c1 Message-ID: <20150802190531.ffe_fEOyflB8Sm-3q2bn1msI2ik6oAtpYb8TvXs3ULc@z> commit: 017cc90bb5f7acd0d5497b17b24c537d96b5400b Author: Jason Zaman perfinion com> AuthorDate: Sun Aug 2 18:21:15 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Aug 2 19:04:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=017cc90b subsonic: also needs accept perms on the tcp_socket otherwise it can bind and listen but not accept policy/modules/contrib/subsonic.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/subsonic.te b/policy/modules/contrib/subsonic.te index cb0c5ac..a64a814 100644 --- a/policy/modules/contrib/subsonic.te +++ b/policy/modules/contrib/subsonic.te @@ -20,7 +20,7 @@ files_pid_file(subsonic_run_t) # Subsonic local policy # -allow subsonic_t self:tcp_socket listen; +allow subsonic_t self:tcp_socket { listen accept }; java_domain_type(subsonic_t)