[PATCH 09/21] Updated check text of ensure_redhat_gpgkey_installed

Shawn Wells shawn.d.wells at gmail.com
Sat Mar 30 00:28:43 UTC 2013


-------------- next part --------------
>From ab0693d85975006feecbfbb8578b91c477fb0333 Mon Sep 17 00:00:00 2001
From: Shawn Wells <shawn at redhat.com>
Date: Fri, 29 Mar 2013 19:12:49 -0400
Subject: [PATCH 09/21] Updated check text of ensure_redhat_gpgkey_installed
 Old language contained incorrect command output. Red Hat products
 released after Oct 2010 and their updates are now signed with
 "release key 2"

Ref : https://access.redhat.com/security/team/key/
---
 RHEL6/input/system/software/updating.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RHEL6/input/system/software/updating.xml b/RHEL6/input/system/software/updating.xml
index 663faef..8aca607 100644
--- a/RHEL6/input/system/software/updating.xml
+++ b/RHEL6/input/system/software/updating.xml
@@ -30,7 +30,7 @@ To ensure the GPG key is installed, run:
 To ensure that the GPG key is installed, run:
 <pre>$ rpm -q --queryformat "%{SUMMARY}\n" gpg-pubkey</pre>
 The command should return the string below:
-<pre>gpg(Red Hat, Inc. (release key &lt;security at redhat.com&gt;)</pre>
+<pre>gpg(Red Hat, Inc. (release key 2)  &lt;security at redhat.com&gt;</pre>
 </ocil>
 <rationale>
 This key is necessary to cryptographically verify packages
-- 
1.7.1



More information about the scap-security-guide mailing list