[PATCH 1/2] This deletes an unnecessary check. package_vsftpd_removed is the check that is actually referenced in other OVAL definitions.

Maura Dailey maura at eclipse.ncsc.mil
Mon Mar 24 18:13:38 UTC 2014


This removed the generated check file.

Signed-off-by: Maura Dailey <maura at eclipse.ncsc.mil>
---
 RHEL/6/input/checks/package_vsftpd_installed.xml |   26 ----------------------
 1 files changed, 0 insertions(+), 26 deletions(-)
 delete mode 100644 RHEL/6/input/checks/package_vsftpd_installed.xml

diff --git a/RHEL/6/input/checks/package_vsftpd_installed.xml b/RHEL/6/input/checks/package_vsftpd_installed.xml
deleted file mode 100644
index e4153a1..0000000
--- a/RHEL/6/input/checks/package_vsftpd_installed.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<def-group>
- <!-- THIS FILE IS GENERATED by create_package_installed.py.  DO NOT EDIT.  -->
-  <definition class="compliance" id="package_vsftpd_installed"
-  version="1">
-    <metadata>
-      <title>Package vsftpd Installed</title>
-      <affected family="unix">
-        <platform>Red Hat Enterprise Linux 6</platform>
-      </affected>
-      <description>The RPM package vsftpd should be installed.</description>
-      <reference source="swells" ref_id="20130829" ref_url="test_attestation"/>
-    </metadata>
-    <criteria>
-      <criterion comment="package vsftpd is installed"
-      test_ref="test_package_vsftpd_installed" />
-    </criteria>
-  </definition>
-  <linux:rpminfo_test check="all" check_existence="all_exist"
-  id="test_package_vsftpd_installed" version="1"
-  comment="package vsftpd is installed">
-    <linux:object object_ref="obj_package_vsftpd_installed" />
-  </linux:rpminfo_test>
-  <linux:rpminfo_object id="obj_package_vsftpd_installed" version="1">
-    <linux:name>vsftpd</linux:name>
-  </linux:rpminfo_object>
-</def-group>
-- 
1.7.1



More information about the scap-security-guide mailing list