1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
<?xml version="1.0"?>
<oval_definitions xmlns:oval-def="http://oval.mitre.org/XMLSchema/oval-definitions-5" xmlns:oval="http://oval.mitre.org/XMLSchema/oval-common-5" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ind-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#independent" xmlns:unix-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix" xmlns:lin-def="http://oval.mitre.org/XMLSchema/oval-definitions-5#linux" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5" xsi:schemaLocation="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix unix-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#independent independent-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#linux linux-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd">
<generator>
<oval:product_name>textfilecontent54</oval:product_name>
<oval:product_version>1.0</oval:product_version>
<oval:schema_version>5.11.1</oval:schema_version>
<oval:schema_version platform="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix">5.11.1:1.0</oval:schema_version>
<oval:timestamp>2008-03-31T00:00:00-00:00</oval:timestamp>
</generator>
<definitions>
<definition class="compliance" version="1" id="oval:0:def:1"> <!-- comment="false" -->
<metadata>
<title></title>
<description></description>
</metadata>
<criteria operator="AND">
<criterion test_ref="oval:0:tst:1"/>
</criteria>
</definition>
</definitions>
<tests>
<file_test check_existence="all_exist" version="1" id="oval:0:tst:1" check="all" comment="true" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix">
<object object_ref="oval:0:obj:1"/>
</file_test>
</tests>
<objects>
<file_object version="1" id="oval:0:obj:1" xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#unix">
<path>/etc</path>
<filename>passwd</filename>
</file_object>
</objects>
</oval_definitions>
|