summaryrefslogtreecommitdiffstats
path: root/MODSIGN-Support-not-importing-certs-from-db.patch
diff options
context:
space:
mode:
Diffstat (limited to 'MODSIGN-Support-not-importing-certs-from-db.patch')
-rw-r--r--MODSIGN-Support-not-importing-certs-from-db.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/MODSIGN-Support-not-importing-certs-from-db.patch b/MODSIGN-Support-not-importing-certs-from-db.patch
index d7087b5e7..07626b2d3 100644
--- a/MODSIGN-Support-not-importing-certs-from-db.patch
+++ b/MODSIGN-Support-not-importing-certs-from-db.patch
@@ -48,8 +48,8 @@ index fe4a6f2bf10a..a41da14b1ffd 100644
- int rc = 0;
+ int ignore_db, rc = 0;
struct key *keyring = NULL;
+ struct key *blacklist = NULL;
- /* Check if SB is enabled and just return if not */
@@ -60,17 +77,22 @@ static int __init load_uefi_certs(void)
return -EINVAL;
}