public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MODSIGN: Fix documentation of signed-nokey behavior when not enforcing.
@ 2012-08-02 19:41 Peter Jones
  2012-08-02 19:46 ` Josh Boyer
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Jones @ 2012-08-02 19:41 UTC (permalink / raw)
  To: dhowells; +Cc: jwboyer, linux-kernel, Peter Jones

jwboyer's previous commit changes the behavior of module signing when
there's a valid signature but we don't know the public key and are in
permissive mode.  This updates the documentation to match.
---
 Documentation/module-signing.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/module-signing.txt b/Documentation/module-signing.txt
index d75d473..8c4bef9 100644
--- a/Documentation/module-signing.txt
+++ b/Documentation/module-signing.txt
@@ -185,7 +185,7 @@ This table indicates the behaviours of the various situations:
 	MODULE STATE				PERMISSIVE MODE	ENFORCING MODE
 	=======================================	===============	===============
 	Unsigned				Ok		EKEYREJECTED
-	Signed, no public key			ENOKEY		ENOKEY
+	Signed, no public key			Ok		ENOKEY
 	Validly signed, public key		Ok		Ok
 	Invalidly signed, public key		EKEYREJECTED	EKEYREJECTED
 	Validly signed, expired key		EKEYEXPIRED	EKEYEXPIRED
-- 
1.7.11.2


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

* Re: [PATCH] MODSIGN: Fix documentation of signed-nokey behavior when not enforcing.
  2012-08-02 19:41 Peter Jones
@ 2012-08-02 19:46 ` Josh Boyer
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Boyer @ 2012-08-02 19:46 UTC (permalink / raw)
  To: Peter Jones; +Cc: dhowells, linux-kernel

On Thu, Aug 02, 2012 at 03:41:58PM -0400, Peter Jones wrote:
> jwboyer's previous commit changes the behavior of module signing when
> there's a valid signature but we don't know the public key and are in
> permissive mode.  This updates the documentation to match.
> ---

Missing a S-o-B, but otherwise:

Acked-by: Josh Boyer <jwboyer@redhat.com>

>  Documentation/module-signing.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/module-signing.txt b/Documentation/module-signing.txt
> index d75d473..8c4bef9 100644
> --- a/Documentation/module-signing.txt
> +++ b/Documentation/module-signing.txt
> @@ -185,7 +185,7 @@ This table indicates the behaviours of the various situations:
>  	MODULE STATE				PERMISSIVE MODE	ENFORCING MODE
>  	=======================================	===============	===============
>  	Unsigned				Ok		EKEYREJECTED
> -	Signed, no public key			ENOKEY		ENOKEY
> +	Signed, no public key			Ok		ENOKEY
>  	Validly signed, public key		Ok		Ok
>  	Invalidly signed, public key		EKEYREJECTED	EKEYREJECTED
>  	Validly signed, expired key		EKEYEXPIRED	EKEYEXPIRED
> -- 
> 1.7.11.2
> 

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

* [PATCH] MODSIGN: Fix documentation of signed-nokey behavior when not enforcing.
@ 2012-08-02 19:48 Peter Jones
  2012-08-02 22:10 ` David Howells
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Jones @ 2012-08-02 19:48 UTC (permalink / raw)
  To: dhowells; +Cc: jwboyer, linux-kernel, Peter Jones

jwboyer's previous commit changes the behavior of module signing when
there's a valid signature but we don't know the public key and are in
permissive mode.  This updates the documentation to match.

Signed-off-by: Peter Jones <pjones@redhat.com>
Acked-by: Josh Boyer <jwboyer@redhat.com>
---
 Documentation/module-signing.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/module-signing.txt b/Documentation/module-signing.txt
index d75d473..8c4bef9 100644
--- a/Documentation/module-signing.txt
+++ b/Documentation/module-signing.txt
@@ -185,7 +185,7 @@ This table indicates the behaviours of the various situations:
 	MODULE STATE				PERMISSIVE MODE	ENFORCING MODE
 	=======================================	===============	===============
 	Unsigned				Ok		EKEYREJECTED
-	Signed, no public key			ENOKEY		ENOKEY
+	Signed, no public key			Ok		ENOKEY
 	Validly signed, public key		Ok		Ok
 	Invalidly signed, public key		EKEYREJECTED	EKEYREJECTED
 	Validly signed, expired key		EKEYEXPIRED	EKEYEXPIRED
-- 
1.7.11.2


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

* Re: [PATCH] MODSIGN: Fix documentation of signed-nokey behavior when not enforcing.
  2012-08-02 19:48 [PATCH] MODSIGN: Fix documentation of signed-nokey behavior when not enforcing Peter Jones
@ 2012-08-02 22:10 ` David Howells
  0 siblings, 0 replies; 4+ messages in thread
From: David Howells @ 2012-08-02 22:10 UTC (permalink / raw)
  To: Peter Jones; +Cc: dhowells, jwboyer, linux-kernel


Applied.

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

end of thread, other threads:[~2012-08-02 22:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-02 19:48 [PATCH] MODSIGN: Fix documentation of signed-nokey behavior when not enforcing Peter Jones
2012-08-02 22:10 ` David Howells
  -- strict thread matches above, loose matches on Subject: below --
2012-08-02 19:41 Peter Jones
2012-08-02 19:46 ` Josh Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox