From 1bbde30a8220e545011e9df3b96bd3b9220c9cfe Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Tue, 28 Apr 2015 16:29:51 +0200 Subject: [PATCH] Change paths to use RHEL 7's SSG instead of the Fedora's one --- org_fedora_oscap/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org_fedora_oscap/common.py b/org_fedora_oscap/common.py index f1aba4c..7873b50 100644 --- org_fedora_oscap/common.py +++ org_fedora_oscap/common.py @@ -48,8 +48,8 @@ __all__ = ["run_oscap_remediate", "get_fix_rules_pre", "wait_and_fetch_net_data" INSTALLATION_CONTENT_DIR = "/tmp/openscap_data/" TARGET_CONTENT_DIR = "/root/openscap_data/" -SSG_DIR = "/usr/share/xml/scap/ssg/fedora/" -SSG_XCCDF = "ssg-fedora-xccdf.xml" +SSG_DIR = "/usr/share/xml/scap/ssg/content/" +SSG_XCCDF = "ssg-rhel7-xccdf.xml" RESULTS_PATH = utils.join_paths(TARGET_CONTENT_DIR, "eval_remediate_results.xml") -- 2.3.6