Blame xsl/legacy-fixtpl-bash.xml

Packit Service 569379
Packit Service 569379
Packit Service 569379
Copyright 2010 Red Hat Inc., Durham, North Carolina.
Packit Service 569379
All Rights Reserved.
Packit Service 569379
Packit Service 569379
This library is free software; you can redistribute it and/or
Packit Service 569379
modify it under the terms of the GNU Lesser General Public
Packit Service 569379
License as published by the Free Software Foundation; either
Packit Service 569379
version 2.1 of the License, or (at your option) any later version.
Packit Service 569379
Packit Service 569379
This library is distributed in the hope that it will be useful,
Packit Service 569379
but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 569379
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service 569379
Lesser General Public License for more details.
Packit Service 569379
Packit Service 569379
You should have received a copy of the GNU Lesser General Public
Packit Service 569379
License along with this library; if not, write to the Free Software
Packit Service 569379
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Packit Service 569379
Packit Service 569379
Authors:
Packit Service 569379
     Lukas Kuklinek <lkuklinek@redhat.com>
Packit Service 569379
-->
Packit Service 569379
Packit Service 569379
<fixtemplate xmlns='http://open-scap.org/xml/fixtemplate#' system='urn:xccdf:fix:commands urn:xccdf:fix:script:sh'>
Packit Service 569379
Packit Service 569379
Packit Service 569379
Packit Service 569379
<linecomment># </linecomment>
Packit Service 569379
Packit Service 569379
Packit Service 569379
Packit Service 569379
<before>#!/bin/bash
Packit Service 569379
# OpenSCAP fix generator output for benchmark: <sub select='normalize-space($benchmark/cdf:title[1])'/>
Packit Service 569379
Packit Service 569379
</before>
Packit Service 569379
Packit Service 569379
Packit Service 569379
Packit Service 569379
<fixentry># XCCDF rule: <sub select='$rule/@id'/><if test='$rule/cdf:ident'>
Packit Service 569379
# <sub select='string($rule/cdf:ident[1])'/></if>
Packit Service 569379
<sub select='$val'/>
Packit Service 569379
Packit Service 569379
</fixentry>
Packit Service 569379
Packit Service 569379
Packit Service 569379
Packit Service 569379
<after># generated: <sub select='$now'/>
Packit Service 569379
# END OF SCRIPT
Packit Service 569379
</after>
Packit Service 569379
Packit Service 569379
</fixtemplate>