[PATCH 12/12] Make was failing, had to escape the double ampersand. Ticket #164.

Michele Newman mnewman at redhat.com
Fri Dec 7 00:27:50 UTC 2012


---
 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 14730e2..6e67fb6 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