[PATCH 10/11] [bugfix] Ticket 114 - pattern match of RHEL6/input/checks/file_owner_ldap_server_files.xml

Shawn Wells shawn.d.wells at gmail.com
Thu Apr 25 06:17:57 UTC 2013


-------------- next part --------------
>From 24b5fcd76d316f548c11d1bbccb2f4724315def2 Mon Sep 17 00:00:00 2001
From: Shawn Wells <shawn at redhat.com>
Date: Wed, 24 Apr 2013 08:52:53 -0400
Subject: [PATCH 10/11] [bugfix] Ticket 114 - pattern match of RHEL6/input/checks/file_owner_ldap_server_files.xml
  regex needed to be ".*" not "*"

Thanks gapinski for reporting!
---
 .../input/checks/file_owner_ldap_server_files.xml  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RHEL6/input/checks/file_owner_ldap_server_files.xml b/RHEL6/input/checks/file_owner_ldap_server_files.xml
index adfe04f..b4428da 100644
--- a/RHEL6/input/checks/file_owner_ldap_server_files.xml
+++ b/RHEL6/input/checks/file_owner_ldap_server_files.xml
@@ -26,6 +26,6 @@
   <unix:file_object comment="/var/lib/ldap/*"
   id="obj_20143" 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