<def-group>
  <definition class="compliance" id="zipl_bls_entries_only" version="1">
    {{{ oval_metadata("Check if /etc/zipl.conf configures any boot entry", rule_title=rule_title) }}}
    <criteria operator="AND">
      <criterion test_ref="test_zipl_bls_entries_only"
      comment="Test presence of image configuration in /etc/zipl.conf" />
    </criteria>
  </definition>

  <ind:textfilecontent54_test id="test_zipl_bls_entries_only"
  comment="Test presence of image configuration in /etc/zipl.conf"
  check="all" check_existence="none_exist" version="1">
    <ind:object object_ref="object_zipl_bls_entries_only" />
  </ind:textfilecontent54_test>

  <ind:textfilecontent54_object id="object_zipl_bls_entries_only"
  version="1">
    <ind:filepath operation="equals">/etc/zipl.conf</ind:filepath>
    <ind:pattern operation="pattern match">^\s*image\s*=.*$</ind:pattern>
    <ind:instance datatype="int" operation="greater than or equal">1</ind:instance>
  </ind:textfilecontent54_object>

</def-group>
