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

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