Blame testing_files/xccdf.xml

Packit 792a06
Packit 792a06
<Benchmark xmlns="http://checklists.nist.gov/xccdf/1.2" id="xccdf_moc.elpmaxe.www_benchmark_first">
Packit 792a06
      <status>incomplete</status>
Packit 792a06
      <version>1.0</version>
Packit 792a06
      <Profile id="xccdf_com.example_profile_my_profile">
Packit 792a06
        <title>My testing profile</title>
Packit 792a06
        <description>A profile for testing purposes.</description>
Packit 792a06
        <select selected="true" idref="xccdf_moc.elpmaxe.www_rule_first"/>
Packit 792a06
        <select selected="true" idref="xccdf_com.example_rule_tmp_part"/>
Packit 792a06
        <select selected="true" idref="xccdf_com.example_rule_passwd_min_len"/>
Packit 792a06
        <select selected="true" idref="xccdf_com.example_rule_telnet_not_installed"/>
Packit 792a06
        <select selected="true" idref="xccdf_com.example_rule_iptables_installed"/>
Packit 792a06
      </Profile>
Packit 792a06
      <Profile id="xccdf_com.example_profile_my_profile2">
Packit 792a06
        <title>My testing profile2</title>
Packit 792a06
        <description>Another profile for testing purposes.</description>
Packit 792a06
        <select selected="true" idref="xccdf_com.example_rule_telnet_not_installed"/>
Packit 792a06
        <select selected="true" idref="xccdf_com.example_rule_iptables_installed"/>
Packit 792a06
      </Profile>
Packit 792a06
      <Rule selected="false" id="xccdf_moc.elpmaxe.www_rule_first">
Packit 792a06
        <fix reboot="false" disruption="low" system="urn:xccdf:fix:script:sh">
Packit 792a06
          touch /root/must_exist.txt
Packit 792a06
        </fix>
Packit 792a06
        <check system="http://oval.mitre.org/XMLSchema/oval-definitions-5">
Packit 792a06
          <check-content-ref href="scap-mycheck-oval.xml" name="oval:org.open-scap.f14:def:20000"/>
Packit 792a06
        </check>
Packit 792a06
      </Rule>
Packit 792a06
      <Rule selected="false" id="xccdf_com.example_rule_tmp_part">
Packit 792a06
        <fix reboot="false" disruption="high" system="urn:redhat:anaconda:pre">
Packit 792a06
          part /tmp --mountoptions="nodev,noauto"
Packit 792a06
        </fix>
Packit 792a06
      </Rule>
Packit 792a06
      <Rule selected="false" id="xccdf_com.example_rule_passwd_min_len">
Packit 792a06
        <fix reboot="false" disruption="high" system="urn:redhat:anaconda:pre">
Packit 792a06
          passwd --minlen=10
Packit 792a06
        </fix>
Packit 792a06
      </Rule>
Packit 792a06
      <Rule selected="false" id="xccdf_com.example_rule_telnet_not_installed">
Packit 792a06
        <fix reboot="false" disruption="high" system="urn:redhat:anaconda:pre">
Packit 792a06
          package --remove=telnet
Packit 792a06
        </fix>
Packit 792a06
      </Rule>
Packit 792a06
      <Rule selected="false" id="xccdf_com.example_rule_iptables_installed">
Packit 792a06
        <fix reboot="false" disruption="high" system="urn:redhat:anaconda:pre">
Packit 792a06
          package --add=iptables
Packit 792a06
        </fix>
Packit 792a06
      </Rule>
Packit 792a06
    </Benchmark>