Blame SOURCES/scap-security-guide-0.1.41-fix_owners_groups.patch

7629ac
diff --git a/shared/templates/template_OVAL_file_groupowner b/shared/templates/template_OVAL_file_groupowner
7629ac
index da1364e..e1bfdd5 100644
7629ac
--- a/shared/templates/template_OVAL_file_groupowner
7629ac
+++ b/shared/templates/template_OVAL_file_groupowner
7629ac
@@ -19,7 +19,7 @@
7629ac
     <unix:group_id datatype="int">{{{ FILEGID }}}</unix:group_id>
7629ac
   </unix:file_state>
7629ac
   <unix:file_object comment="{{{ FILEPATH }}}" id="object_file_groupowner{{{ FILEID }}}" version="1">
7629ac
-    <unix:path>{{{ FILEDIR }}}</unix:path>
7629ac
+    {{{ UNIX_DIR }}}
7629ac
     {{{ UNIX_FILENAME }}}
7629ac
   </unix:file_object>
7629ac
 </def-group>
7629ac
diff --git a/shared/templates/template_OVAL_file_owner b/shared/templates/template_OVAL_file_owner
7629ac
index 758b6c3..8b716b6 100644
7629ac
--- a/shared/templates/template_OVAL_file_owner
7629ac
+++ b/shared/templates/template_OVAL_file_owner
7629ac
@@ -19,7 +19,7 @@
7629ac
     <unix:user_id datatype="int">{{{ FILEUID }}}</unix:user_id>
7629ac
   </unix:file_state>
7629ac
   <unix:file_object comment="{{{ FILEPATH }}}" id="object_file_owner{{{ FILEID }}}" version="1">
7629ac
-    <unix:path>{{{ FILEDIR }}}</unix:path>
7629ac
+    {{{ UNIX_DIR }}}
7629ac
     {{{ UNIX_FILENAME }}}
7629ac
   </unix:file_object>
7629ac
 </def-group>