SV-208822r603263_rule
V-208822
SRG-OS-000259
OL6-00-000045
CAT II
10
System-wide shared library files, which are linked to executables during process load time or run time, are stored in the following directories by default:
/lib
/lib64
/usr/lib
/usr/lib64
If any file in these directories is found to be group-writable or world-writable, correct its permission with the following command:
# chmod go-w [FILE]
System-wide shared library files, which are linked to executables during process load time or run time, are stored in the following directories by default:
/lib
/lib64
/usr/lib
/usr/lib64
Kernel modules, which can be added to the kernel during runtime, are stored in "/lib/modules". All files in these directories should not be group-writable or world-writable. To find shared libraries that are group-writable or world-writable, run the following command for each directory [DIR] which contains shared libraries:
$ find -L [DIR] -perm /022 -type f
If any of these files (excluding broken symlinks) are group-writable or world-writable, this is a finding.
V-208822
False
OL6-00-000045
System-wide shared library files, which are linked to executables during process load time or run time, are stored in the following directories by default:
/lib
/lib64
/usr/lib
/usr/lib64
Kernel modules, which can be added to the kernel during runtime, are stored in "/lib/modules". All files in these directories should not be group-writable or world-writable. To find shared libraries that are group-writable or world-writable, run the following command for each directory [DIR] which contains shared libraries:
$ find -L [DIR] -perm /022 -type f
If any of these files (excluding broken symlinks) are group-writable or world-writable, this is a finding.
M
2928