summaryrefslogtreecommitdiffstats
path: root/MODSIGN-Support-not-importing-certs-from-db.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2017-05-04 16:04:12 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2017-05-04 16:04:12 -0500
commitb88f18484ea4501304fcc597456eb789d884871a (patch)
treebe68415f1b1b46a4e80fbc409062abcea055a6a2 /MODSIGN-Support-not-importing-certs-from-db.patch
parent05e55297ee7dac97581503cd45f381a6f994717a (diff)
downloadkernel-b88f18484ea4501304fcc597456eb789d884871a.tar.gz
kernel-b88f18484ea4501304fcc597456eb789d884871a.tar.xz
kernel-b88f18484ea4501304fcc597456eb789d884871a.zip
Temp fix for blacklist rework until I figure out how I want to fix for upstream
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;
}