From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751513AbcDFQMg (ORCPT ); Wed, 6 Apr 2016 12:12:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38593 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750811AbcDFQMe (ORCPT ); Wed, 6 Apr 2016 12:12:34 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1459903039.3166.8.camel@linux.vnet.ibm.com> References: <1459903039.3166.8.camel@linux.vnet.ibm.com> <20160309111814.28811.95697.stgit@warthog.procyon.org.uk> <20160309111932.28811.28906.stgit@warthog.procyon.org.uk> To: Mimi Zohar Cc: dhowells@redhat.com, linux-security-module@vger.kernel.org, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 11/12] certs: Add a secondary system keyring that can be added to dynamically [ver #3] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3042.1459959151.1@warthog.procyon.org.uk> Date: Wed, 06 Apr 2016 17:12:31 +0100 Message-ID: <3043.1459959151@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mimi Zohar wrote: > > + return restrict_link_by_signature(builtin_trusted_keys, type, payload); > > Shouldn't thi be secondary_trusted_keys? Yeah. Good catch, thanks! David