Blame SOURCES/0082-grub-core-commands-verify.c-grub_pubkey_open-Trust-p.patch

d41074
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
a85e8e
From: Vladimir Serbinenko <phcoder@gmail.com>
a85e8e
Date: Thu, 15 May 2014 14:36:48 +0200
d41074
Subject: [PATCH] * grub-core/commands/verify.c (grub_pubkey_open): Trust
d41074
 procfs.
a85e8e
a85e8e
---
a85e8e
 grub-core/commands/verify.c | 4 +++-
d41074
 ChangeLog                   | 4 ++++
a85e8e
 2 files changed, 7 insertions(+), 1 deletion(-)
a85e8e
a85e8e
diff --git a/grub-core/commands/verify.c b/grub-core/commands/verify.c
d41074
index 6349ccfbaea..525bdd18737 100644
a85e8e
--- a/grub-core/commands/verify.c
a85e8e
+++ b/grub-core/commands/verify.c
a85e8e
@@ -835,7 +835,9 @@ grub_pubkey_open (grub_file_t io, const char *filename)
a85e8e
 
a85e8e
   if (!sec)
a85e8e
     return io;
a85e8e
-  if (io->device->disk && io->device->disk->dev->id == GRUB_DISK_DEVICE_MEMDISK_ID)
a85e8e
+  if (io->device->disk && 
a85e8e
+      (io->device->disk->dev->id == GRUB_DISK_DEVICE_MEMDISK_ID
a85e8e
+       || io->device->disk->dev->id == GRUB_DISK_DEVICE_PROCFS_ID))
a85e8e
     return io;
a85e8e
   fsuf = grub_malloc (grub_strlen (filename) + sizeof (".sig"));
a85e8e
   if (!fsuf)
d41074
diff --git a/ChangeLog b/ChangeLog
d41074
index d0896d89e53..2a94ad979b3 100644
d41074
--- a/ChangeLog
d41074
+++ b/ChangeLog
d41074
@@ -1,3 +1,7 @@
d41074
+2014-06-21  Vladimir Serbinenko  <phcoder@gmail.com>
d41074
+
d41074
+	* grub-core/commands/verify.c (grub_pubkey_open): Trust procfs.
d41074
+
d41074
 2014-06-21  Vladimir Serbinenko  <phcoder@gmail.com>
d41074
 
d41074
 	* grub-core/commands/verify.c (grub_pubkey_open): Fix memdisk