>From 34a039c9593afa9237371e49fa2afd9ca09f6b21 Mon Sep 17 00:00:00 2001 From: Shawn Wells 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 /lib/modules>. 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 /lib/modules>. 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 /lib/modules>. All files in these directories ^ input/system/permissions/files.xml:201: parser error : Opening and ending tag mismatch: Rule line 185 and description ^ input/system/permissions/files.xml:213: parser error : Opening and ending tag mismatch: Group line 176 and Rule ^ input/system/permissions/files.xml:304: parser error : Extra content at the end of the document ^ --- 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 Kernel modules, which can be added to the kernel during runtime, are -stored in /lib/modules>. All files in these directories +stored in /lib/modules. 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