<?xml version="1.0"?>
<oval_definitions xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:ind="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" xmlns:unix="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" xmlns:linux="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd   http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd   http://oval.mitre.org/XMLSchema/oval-definitions-5#independent independent-definitions-schema.xsd   http://oval.mitre.org/XMLSchema/oval-definitions-5#unix unix-definitions-schema.xsd   http://oval.mitre.org/XMLSchema/oval-definitions-5#linux linux-definitions-schema.xsd">
  <generator>
    <oval:product_name>vim</oval:product_name>
    <oval:schema_version>5.8</oval:schema_version>
    <oval:timestamp>2012-05-06T12:00:00</oval:timestamp>
  </generator>

  <definitions>
    <definition class="compliance" id="oval:my_first:def:1" version="1">
      <metadata>
        <title>All Password Hashes Shadowed</title>
        <affected family="unix">
          <platform>Red Hat Enterprise Linux 6</platform>
        </affected>
        <reference ref_id="CCE-14300-8" source="CCE"/>
        <description>All password hashes should be shadowed.</description>
      </metadata>
      <criteria>
        <criterion comment="password hashes are shadowed"
            test_ref="oval:my_first:tst:1"/>
      </criteria>
    </definition>
  </definitions>

  <tests>
    <unix:password_test check="all" comment="password hashes are shadowed" id="oval:my_first:tst:1" version="1">
      <unix:object object_ref="oval:my_first:obj:1"/>
      <unix:state state_ref="oval:my_first:ste:1"/>
    </unix:password_test>
  </tests>

  <objects>
    <unix:password_object id="oval:my_first:obj:1" version="1">
      <unix:username operation="pattern match">.*</unix:username>
    </unix:password_object>
  </objects>

  <states>
    <unix:password_state id="oval:my_first:ste:1" version="1">
      <unix:password>x</unix:password>
    </unix:password_state>
  </states>
</oval_definitions>
