Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753910AbbBTAt6 (ORCPT ); Thu, 19 Feb 2015 19:49:58 -0500 Received: from tundra.namei.org ([65.99.196.166]:45785 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753863AbbBTAt4 (ORCPT ); Thu, 19 Feb 2015 19:49:56 -0500 Date: Fri, 20 Feb 2015 11:49:39 +1100 (AEDT) From: James Morris To: David Howells cc: torvalds@linux-foundation.org, linux-security-module@vger.kernel.org, keyrings@linux-nfs.org, rusty@rustcorp.com.au, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MODSIGN: Change default key details In-Reply-To: <20150216130647.32687.79479.stgit@warthog.procyon.org.uk> Message-ID: References: <20150216130647.32687.79479.stgit@warthog.procyon.org.uk> User-Agent: Alpine 2.11 (LRH 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1440 Lines: 41 On Mon, 16 Feb 2015, David Howells wrote: > Change default key details to be more obviously unspecified. > > Reported-by: Linus Torvalds > Signed-off-by: David Howells > --- > > kernel/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/kernel/Makefile b/kernel/Makefile > index 1408b3353a3c..11efbfa542a9 100644 > --- a/kernel/Makefile > +++ b/kernel/Makefile > @@ -195,9 +195,9 @@ x509.genkey: > @echo >>x509.genkey "x509_extensions = myexts" > @echo >>x509.genkey > @echo >>x509.genkey "[ req_distinguished_name ]" > - @echo >>x509.genkey "O = Magrathea" > - @echo >>x509.genkey "CN = Glacier signing key" > - @echo >>x509.genkey "emailAddress = slartibartfast@magrathea.h2g2" > + @echo >>x509.genkey "#O = Unspecified company" > + @echo >>x509.genkey "CN = Build time autogenerated kernel key" > + @echo >>x509.genkey "#emailAddress = unspecified.user@unspecified.company" > @echo >>x509.genkey > @echo >>x509.genkey "[ myexts ]" > @echo >>x509.genkey "basicConstraints=critical,CA:FALSE" Acked-by: James Morris -- James Morris -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/