[PATCH 2/2] commented out vestige of variable display

Michael J. McConachie michael at redhat.com
Tue Sep 25 20:19:02 UTC 2012


@Dave -- ACK on all three.

Please push

Thanks,

MM

On 09/25/2012 04:00 PM, David Smith wrote:
> Signed-off-by: David Smith <dsmith at eclipse.ncsc.mil>
> ---
>  RHEL6/transforms/xccdf2table-profileccirefs.xslt |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/RHEL6/transforms/xccdf2table-profileccirefs.xslt b/RHEL6/transforms/xccdf2table-profileccirefs.xslt
> index dfa0c80..f09cc86 100644
> --- a/RHEL6/transforms/xccdf2table-profileccirefs.xslt
> +++ b/RHEL6/transforms/xccdf2table-profileccirefs.xslt
> @@ -154,17 +154,16 @@
>  			 <br/>If <xsl:value-of select="cdf:check-export/@export-name" />, this is a finding. 
>  			 </xsl:if>
>  		</xsl:if>
> -	    <xsl:if test="@system=$ovaluri">
> +<!--	    <xsl:if test="@system=$ovaluri">
>  		<xsl:for-each select="cdf:check-export">
>  			<xsl:variable name="rulevar" select="@value-id" />
> -				<!--<xsl:value-of select="$rulevar" />:-->
>  				<xsl:for-each select="/cdf:Benchmark/cdf:Profile[@id=$profile]/cdf:refine-value">
>  					<xsl:if test="@idref=$rulevar">
>  						<xsl:value-of select="@selector" />
>  					</xsl:if>
>  				</xsl:for-each>
>  		</xsl:for-each>
> -		</xsl:if>
> +		</xsl:if> -->
>  	</xsl:template>
>  
>  



More information about the scap-security-guide mailing list