SV-282540r1201318_rule
V-282540
SRG-OS-000259-GPOS-00100
TOSS-05-000177
CAT II
10
Configure the systemwide shared library files (/lib, /lib64, /usr/lib and /usr/lib64) to be protected from unauthorized access.
Run the following command, replacing "[FILE]" with any library file not owned by "root".
$ sudo chown root [FILE]
Verify the systemwide shared library files are owned by "root" with the following command:
$ sudo find -L /lib /lib64 /usr/lib /usr/lib64 ! -user root -exec ls -l {} \;
If any systemwide shared library file is not owned by root, this is a finding.
V-282540
False
TOSS-05-000177
Verify the systemwide shared library files are owned by "root" with the following command:
$ sudo find -L /lib /lib64 /usr/lib /usr/lib64 ! -user root -exec ls -l {} \;
If any systemwide shared library file is not owned by root, this is a finding.
M
5738