Signed-off-by: Jeffrey Blank <[email protected]> --- .../input/checks/platform/rhel6-cpe-dictionary.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 RHEL6/input/checks/platform/rhel6-cpe-dictionary.xml
diff --git a/RHEL6/input/checks/platform/rhel6-cpe-dictionary.xml b/RHEL6/input/checks/platform/rhel6-cpe-dictionary.xml new file mode 100644 index 0000000..342411c --- /dev/null +++ b/RHEL6/input/checks/platform/rhel6-cpe-dictionary.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<cpe-list xmlns="http://cpe.mitre.org/dictionary/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://cpe.mitre.org/dictionary/2.0 http://cpe.mitre.org/files/cpe-dictionary_2.1.xsd"> + <cpe-item name="cpe:/o:redhat:enterprise_linux:6"> + <title xml:lang="en-us">Red Hat Enterprise Linux 6</title> + <!-- the check references an OVAL file that contains an inventory definition --> + <check system="http://oval.mitre.org/XMLSchema/oval-definitions-5" href="filename">installed_OS_is_rhel6</check> + </cpe-item> +</cpe-list> -- 1.7.1 _______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
