[PATCH 4/4] fixed characters to escape ampersand

Jeffrey Blank blank at eclipse.ncsc.mil
Sat Dec 8 00:39:41 UTC 2012


Signed-off-by: Jeffrey Blank <blank at eclipse.ncsc.mil>
---
 RHEL6/input/system/software/integrity.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RHEL6/input/system/software/integrity.xml b/RHEL6/input/system/software/integrity.xml
index 54c106c..2aa54a2 100644
--- a/RHEL6/input/system/software/integrity.xml
+++ b/RHEL6/input/system/software/integrity.xml
@@ -181,7 +181,7 @@ OR
 </description>
 <ocil clause="there is output"> The following command will list which files on the system 
 have file hashes different from what is expected by the RPM database. 
-<pre># rpm -Va | grep '$1 ~ /..5/ && $2 != "c"'</pre> 
+<pre># rpm -Va | grep '$1 ~ /..5/ &amp;&amp; $2 != "c"'</pre> 
 </ocil>
 <rationale>
 The hash on important files like system executables should match the information given
-- 
1.7.1



More information about the scap-security-guide mailing list