Blame SOURCES/change_ssg_paths.patch

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