<!-- DO NOT TEMPLATE this check. dracut-fips should only be installed on 
 certified systems, and changes to this file should be scrutinized through the
 review process.
-->
<def-group>
  <definition class="compliance" id="package_dracut-fips_installed"
  version="1">
    {{{ oval_metadata("The RPM package dracut-fips should be installed.", rule_title=rule_title) }}}
    <criteria>
      <criterion comment="package dracut-fips is installed"
      test_ref="test_package_dracut-fips_installed" />
    </criteria>
  </definition>
  <linux:rpminfo_test check="all" check_existence="all_exist"
  id="test_package_dracut-fips_installed" version="1"
  comment="package dracut-fips is installed">
    <linux:object object_ref="obj_package_dracut-fips_installed" />
  </linux:rpminfo_test>
  <linux:rpminfo_object id="obj_package_dracut-fips_installed" version="1">
    <linux:name>dracut-fips</linux:name>
  </linux:rpminfo_object>
</def-group>
