All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MODSIGN: Change default key details
@ 2015-02-16 13:06 David Howells
  2015-02-20  0:49 ` James Morris
  0 siblings, 1 reply; 3+ messages in thread
From: David Howells @ 2015-02-16 13:06 UTC (permalink / raw
  To: torvalds, jmorris
  Cc: dhowells, linux-security-module, keyrings, rusty, linux-kernel

Change default key details to be more obviously unspecified.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: David Howells <dhowells@redhat.com>
---

 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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MODSIGN: Change default key details
  2015-02-16 13:06 David Howells
@ 2015-02-20  0:49 ` James Morris
  0 siblings, 0 replies; 3+ messages in thread
From: James Morris @ 2015-02-20  0:49 UTC (permalink / raw
  To: David Howells
  Cc: torvalds, linux-security-module, keyrings, rusty, linux-kernel

On Mon, 16 Feb 2015, David Howells wrote:

> Change default key details to be more obviously unspecified.
> 
> Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
> Signed-off-by: David Howells <dhowells@redhat.com>
> ---
> 
>  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.l.morris@oracle.com>


-- 
James Morris
<jmorris@namei.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MODSIGN: Change default key details
@ 2015-02-20  1:15 Sedat Dilek
  0 siblings, 0 replies; 3+ messages in thread
From: Sedat Dilek @ 2015-02-20  1:15 UTC (permalink / raw
  To: David Howells; +Cc: Linus Torvalds, James Morris, linux-security-module, LKML

Hi,

docs need some update, too?

Regards,
- Sedat -

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/module-signing.txt#n118

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-20  1:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20  1:15 [PATCH] MODSIGN: Change default key details Sedat Dilek
  -- strict thread matches above, loose matches on Subject: below --
2015-02-16 13:06 David Howells
2015-02-20  0:49 ` James Morris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.