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 5859013888F for ; Thu, 22 Oct 2015 13:45:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1FD021C00C; Thu, 22 Oct 2015 13:45:49 +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 256E7E085B for ; Thu, 22 Oct 2015 13:45:48 +0000 (UTC) Received: from localhost (unknown [IPv6:2404:e800:e600:cf9:bd79:609:89e3:6e7e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: perfinion) by smtp.gentoo.org (Postfix) with ESMTPSA id BC1E6340688 for ; Thu, 22 Oct 2015 13:45:44 +0000 (UTC) Date: Thu, 22 Oct 2015 21:45:38 +0800 From: Jason Zaman To: gentoo-hardened@lists.gentoo.org Subject: Re: [gentoo-hardened] [PATCH] contrib/portage: Fix portage_ro_role interface Message-ID: <20151022134538.GA24011@meriadoc> References: <1445256246-19052-1-git-send-email-aranea@aixah.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-hardened@lists.gentoo.org Reply-to: gentoo-hardened@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445256246-19052-1-git-send-email-aranea@aixah.de> User-Agent: Mutt/1.5.23 (2014-03-12) X-Archives-Salt: 5def80f4-95d9-4782-b4f2-83441e43fba9 X-Archives-Hash: 1becd9784fe88ead6f11bb8f3f96485a On Mon, Oct 19, 2015 at 02:04:06PM +0200, Luis Ressel wrote: > According to its documentation, portage_ro_role expects a role for $1 > and a type for $2, just like other _role interfaces. However, the policy > directives inside the interface don't match its documentation and expect > $1 to be a type. > > This interface isn't used anywhere in the policy, so no other fixes are > neccessary. > --- > policy/modules/contrib/portage.if | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) In master, thanks!