[PATCH 3/3] Bugfix

Shawn Wells shawn.d.wells at gmail.com
Tue Dec 11 10:09:26 UTC 2012


-------------- next part --------------
>From 34a039c9593afa9237371e49fa2afd9ca09f6b21 Mon Sep 17 00:00:00 2001
From: Shawn Wells <shawn at redhat.com>
Date: Tue, 11 Dec 2012 05:07:34 -0500
Subject: [PATCH 3/3] Bugfix: Typos in input/system/permissions/files.xml
 Fixes the following errors:
 $ make all
 cd RHEL6 && make
 make[1]: Entering directory `/var/www/html/scap-security-guide/RHEL6'
 xsltproc -o output/rhel6-shorthand.xml input/guide.xslt input/guide.xml
 input/system/permissions/files.xml:196: parser error : expected '>'
 stored in <tt>/lib/modules</</tt>>. All files in these directories
                             ^
 input/system/permissions/files.xml:196: parser error : Opening and ending tag mismatch: tt line 196 and unparseable
 stored in <tt>/lib/modules</</tt>>. All files in these directories
                             ^
 input/system/permissions/files.xml:196: parser error : Opening and ending tag mismatch: description line 187 and tt
 stored in <tt>/lib/modules</</tt>>. All files in these directories
                                  ^
 input/system/permissions/files.xml:201: parser error : Opening and ending tag mismatch: Rule line 185 and description
 </description>
               ^
 input/system/permissions/files.xml:213: parser error : Opening and ending tag mismatch: Group line 176 and Rule
 </Rule>
        ^
 input/system/permissions/files.xml:304: parser error : Extra content at the end of the document
 <Rule id="sticky_world_writable_dirs">
 ^

---
 RHEL6/input/system/permissions/files.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/RHEL6/input/system/permissions/files.xml b/RHEL6/input/system/permissions/files.xml
index e714982..8453eff 100644
--- a/RHEL6/input/system/permissions/files.xml
+++ b/RHEL6/input/system/permissions/files.xml
@@ -193,7 +193,7 @@ by default:
 /usr/lib64
 </pre>
 Kernel modules, which can be added to the kernel during runtime, are
-stored in <tt>/lib/modules</</tt>>. All files in these directories
+stored in <tt>/lib/modules</tt>. All files in these directories
 should not be group-writable or world-writable. If any file in these
 directories is found to be group-writable or world-writeable, correct
 its permission with the following command:
-- 
1.7.1



More information about the scap-security-guide mailing list