aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2012-08-16 15:19:13 +0100
committerDavid Howells <dhowells@redhat.com>2012-08-16 15:19:13 +0100
commitabbe1dc49ccf1e0e8eb222000b15601cf70dcf5e (patch)
tree94466018846de64508e258845cb4ca0d88e1f764
parent888252a954292b704d459c454951196eb1651d78 (diff)
downloadlinux-modsign-modsign-rusty.tar.gz
MODSIGN: Fix documentation of signed-nokey behavior when not enforcing.modsign-rusty
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> Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--Documentation/module-signing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/module-signing.txt b/Documentation/module-signing.txt
index b355aa293186f..2549536bac97a 100644
--- a/Documentation/module-signing.txt
+++ b/Documentation/module-signing.txt
@@ -174,7 +174,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