[PATCH]=?UTF-8?q?[bugfix]=20Ticket=20113=20-=20RHEL6/input/checks/file=5Fgroupowner=5Fldap=5Fserver=5Ffiles.xml=20invalid=20regex

Shawn Wells shawn.d.wells at gmail.com
Sat Apr 20 07:00:42 UTC 2013


-------------- next part --------------
>From 312bf205af2a287fb474df2957499fdd2afd13c4 Mon Sep 17 00:00:00 2001
From: Shawn Wells <shawn at redhat.com>
Date: Sat, 20 Apr 2013 02:59:37 -0400
Subject: [PATCH] =?UTF-8?q?[bugfix]=20Ticket=20113=20-=20RHEL6/input/checks/file=5Fgroupowner=5Fldap=5Fserver=5Ffiles.xml=20invalid=20regex
=20Regex=20should=20be=20=C2=AB.*=C2=BB,=20not=20just=20=C2=AB*=C2=BB.
=20Thanks=20to=20gapinski=20for=20reporting!?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../checks/file_groupowner_ldap_server_files.xml   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RHEL6/input/checks/file_groupowner_ldap_server_files.xml b/RHEL6/input/checks/file_groupowner_ldap_server_files.xml
index e3d1022..3bf2579 100644
--- a/RHEL6/input/checks/file_groupowner_ldap_server_files.xml
+++ b/RHEL6/input/checks/file_groupowner_ldap_server_files.xml
@@ -26,6 +26,6 @@
   <unix:file_object comment="/var/lib/ldap/*"
   id="obj_20142" version="1">
     <unix:path>/var/lib/ldap</unix:path>
-    <unix:filename operation="pattern match">*</unix:filename>    
+    <unix:filename operation="pattern match">.*</unix:filename>    
   </unix:file_object>
 </def-group>
-- 
1.7.1



More information about the scap-security-guide mailing list