Signed-off-by: David Smith <[email protected]> --- 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 e1db8c6..603a05d 100644 --- a/RHEL6/input/system/permissions/files.xml +++ b/RHEL6/input/system/permissions/files.xml @@ -202,7 +202,7 @@ its permission with the following command: <ocil clause="any of these files are group-writable or world-writable"> To find shared libraries that are group-writable or world-writable, run the following command for each directory <i>DIR</i> which contains shared libraries: -<pre>$ find <i>DIR</i> -perm /022</pre> +<pre>$ find <i>DIR</i> -perm /022 -type f</pre> </ocil> <rationale>Files from shared library directories are loaded into the address space of processes (including privileged ones) or of the kernel itself at -- 1.7.1 _______________________________________________ scap-security-guide mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/scap-security-guide
