Re: [PATCH] contrib/portage: Fix portage_ro_role interface

Jason Zaman <[email protected]> Thu, 22 Oct 2015 21:45:38 +0800
Newsgroups gmane.linux.gentoo.hardened
Message-ID <20151022134538.GA24011@meriadoc>
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!