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

Jeffrey Blank blank at eclipse.ncsc.mil
Sat Dec 8 00:27:01 UTC 2012


There is no need to wait for an ACK for this; bugfixes should be pushed
as soon as possible.  I have gone ahead and pushed something similar.




On 12/06/2012 07:27 PM, Michele Newman wrote:
> ---
>  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


More information about the scap-security-guide mailing list