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 31ABF138D1E for ; Mon, 13 Jul 2015 13:03:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9DD6E094A; Mon, 13 Jul 2015 13:03:04 +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 85935E094A for ; Mon, 13 Jul 2015 13:03:04 +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 2A6C9340634 for ; Mon, 13 Jul 2015 13:02:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF53774B for ; Mon, 13 Jul 2015 13:02: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: <1436792421.ff13e7e4cbbeddbc298d5d94e16ad8afddc614fa.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/portage.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: ff13e7e4cbbeddbc298d5d94e16ad8afddc614fa X-VCS-Branch: master Date: Mon, 13 Jul 2015 13:02: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: 5207aa7e-afdb-4eb8-adee-75182bc5e0c1 X-Archives-Hash: 8f6138f7975c3a16cbfeafb573578aba Message-ID: <20150713130255.IsKvblNnARY5ZaH6qEjKbGCovekmVDUeRTqvYe6opaY@z> commit: ff13e7e4cbbeddbc298d5d94e16ad8afddc614fa Author: Jason Zaman perfinion com> AuthorDate: Mon Jul 13 13:00:21 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Mon Jul 13 13:00:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=ff13e7e4 portage: add fcontext for emaint Thanks to Matthias Dahl for reporting policy/modules/contrib/portage.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/portage.fc b/policy/modules/contrib/portage.fc index 5f07098..655f986 100644 --- a/policy/modules/contrib/portage.fc +++ b/policy/modules/contrib/portage.fc @@ -42,6 +42,7 @@ ifdef(`distro_gentoo',` /usr/bin/emerge-webrsync -- gen_context(system_u:object_r:portage_fetch_exec_t,s0) /usr/lib/python-exec/python[0-9]\.[0-9]*/glsa-check -- gen_context(system_u:object_r:portage_exec_t,s0) /usr/lib/python-exec/python[0-9]\.[0-9]*/layman -- gen_context(system_u:object_r:portage_fetch_exec_t,s0) +/usr/lib/python-exec/python[0-9]\.[0-9]*/emaint -- gen_context(system_u:object_r:portage_exec_t,s0) /usr/lib/python-exec/python[0-9]\.[0-9]*/emerge -- gen_context(system_u:object_r:portage_exec_t,s0) /var/log/sandbox(/.*)? gen_context(system_u:object_r:portage_log_t,s0) ')