From b953468e91eac48d2e3817f18cd604e20f39c56b Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 19 Oct 2017 14:43:18 -0400 Subject: Don't have tons of local guid definitions for no reason at all. Signed-off-by: Peter Jones --- lib/variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/variables.c') diff --git a/lib/variables.c b/lib/variables.c index 1fd95a7f..0abd6a09 100644 --- a/lib/variables.c +++ b/lib/variables.c @@ -323,7 +323,7 @@ variable_enroll_hash(CHAR16 *var, EFI_GUID owner, l->SignatureListSize = sizeof(sig); l->SignatureSize = 16 +32; /* UEFI defined */ CopyMem(&d->SignatureData, hash, SHA256_DIGEST_SIZE); - d->SignatureOwner = MOK_OWNER; + d->SignatureOwner = SHIM_LOCK_GUID; if (CompareGuid(&owner, &SIG_DB) == 0) status = SetSecureVariable(var, sig, sizeof(sig), owner, -- cgit v1.2.3