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 1DEF4138BED for ; Sat, 17 Oct 2015 17:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FA0F21C0C0; Sat, 17 Oct 2015 17:02:19 +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 648CC21C0D9 for ; Sat, 17 Oct 2015 17:02:18 +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 B5D7E34095B for ; Sat, 17 Oct 2015 17:02:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3A611B3 for ; Sat, 17 Oct 2015 17:02:16 +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: <1445100470.854f95bf84612c79037dbe83dd06223d4cf3154c.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.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 854f95bf84612c79037dbe83dd06223d4cf3154c X-VCS-Branch: master Date: Sat, 17 Oct 2015 17:02:16 +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: 78166400-f98e-469d-8a59-b67b97af36d9 X-Archives-Hash: 7597d00ec7204f183c362fd00eb4b07a Message-ID: <20151017170216.D4j6G57twxihJhR9tj1Juqh9bu_PDBMcfDpGjSuIA0s@z> commit: 854f95bf84612c79037dbe83dd06223d4cf3154c Author: Luis Ressel aixah de> AuthorDate: Thu Oct 15 10:44:43 2015 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Oct 17 16:47:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=854f95bf portage: Add new interfaces to portage_ro_role policy/modules/contrib/portage.if | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/portage.if b/policy/modules/contrib/portage.if index 962dcca..e9de28e 100644 --- a/policy/modules/contrib/portage.if +++ b/policy/modules/contrib/portage.if @@ -410,6 +410,8 @@ interface(`portage_ro_role',` portage_read_config($1) portage_read_db($1) portage_read_ebuild($1) + portage_read_log($1) + portage_read_srcrepo($1) portage_dontaudit_write_cache($1) ')