From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752014AbcAEQjg (ORCPT ); Tue, 5 Jan 2016 11:39:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47689 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751587AbcAEQje (ORCPT ); Tue, 5 Jan 2016 11:39:34 -0500 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: <1452010098.2772.169.camel@linux.vnet.ibm.com> References: <1452010098.2772.169.camel@linux.vnet.ibm.com> <20160105154703.31650.95150.stgit@warthog.procyon.org.uk> To: Mimi Zohar Cc: dhowells@redhat.com, dwmw2@infradead.org, David Woodhouse , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, keyrings@vger.kernel.org, Petko Manolov Subject: Re: [RFC PATCH] X.509: Don't check the signature on apparently self-signed keys [ver #2] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2614.1452011971.1@warthog.procyon.org.uk> Date: Tue, 05 Jan 2016 16:39:31 +0000 Message-ID: <2615.1452011971@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mimi Zohar wrote: > You're missing Petko's patch: > 41c89b6 IMA: create machine owner and blacklist keyrings Hmmm... This is wrong. x509_key_preparse() shouldn't be polling the IMA MOK keyring under all circumstances. David