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 4A793138CA2 for ; Wed, 15 Apr 2015 15:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 163ABE086B; Wed, 15 Apr 2015 15:05:02 +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 B4C1CE086B for ; Wed, 15 Apr 2015 15:05:01 +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 9AFF3340749 for ; Wed, 15 Apr 2015 15:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81DAB15FB5 for ; Wed, 15 Apr 2015 15:04:55 +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: <1429110252.2272507d0f9b9c85ded3fdf2abed5868bc60bbb4.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/uwsgi.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 2272507d0f9b9c85ded3fdf2abed5868bc60bbb4 X-VCS-Branch: master Date: Wed, 15 Apr 2015 15:04:55 +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: db45f271-4c8d-43e3-843f-9fad0d08bc84 X-Archives-Hash: c053ff8b33a3949d8279669fd534a076 commit: 2272507d0f9b9c85ded3fdf2abed5868bc60bbb4 Author: Jason Zaman perfinion com> AuthorDate: Wed Apr 15 15:04:12 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Apr 15 15:04:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=2272507d uwsgi: missing param in domain_entry_file policy/modules/contrib/uwsgi.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/uwsgi.te b/policy/modules/contrib/uwsgi.te index a5477ac..02b29e8 100644 --- a/policy/modules/contrib/uwsgi.te +++ b/policy/modules/contrib/uwsgi.te @@ -25,7 +25,7 @@ type uwsgi_content_t; files_type(uwsgi_content_t) type uwsgi_content_exec_t; -domain_entry_file(uwsgi_content_exec_t) +domain_entry_file(uwsgi_t, uwsgi_content_exec_t) ######################################## #