arrfab / rpms / shim

Forked from rpms/shim 4 years ago
Clone

Blame SOURCES/0044-Replace-build-instructions-in-README-with-something-.patch

4210fa
From 81ee561dde0213bc487aa1b701799f6d2faeaf31 Mon Sep 17 00:00:00 2001
4210fa
From: Peter Jones <pjones@redhat.com>
4210fa
Date: Mon, 21 Jul 2014 16:15:07 -0400
4210fa
Subject: [PATCH 44/74] Replace build instructions in README with something not
4210fa
 completely wrong.
4210fa
4210fa
These were really, really out of date.
4210fa
---
4210fa
 README | 4 ++--
4210fa
 1 file changed, 2 insertions(+), 2 deletions(-)
4210fa
4210fa
diff --git a/README b/README
4210fa
index 2977f2a..24a39df 100644
4210fa
--- a/README
4210fa
+++ b/README
4210fa
@@ -12,5 +12,5 @@ in the shim.h header file and provides a single entry point. On 64-bit systems
4210fa
 this entry point expects to be called with SysV ABI rather than MSABI, and
4210fa
 so calls to it should not be wrapped.
4210fa
 
4210fa
-To use shim, simply place a hex dump of the public certificate in cert.h
4210fa
-and build it with make.
4210fa
\ No newline at end of file
4210fa
+To use shim, simply place a DER-encoded public certificate in a file such as
4210fa
+pub.cer and build with "make VENDOR_CERT_FILE=pub.cer".
4210fa
-- 
4210fa
1.9.3
4210fa