SV-230262r627750_rule
V-230262
SRG-OS-000259-GPOS-00100
RHEL-08-010350
CAT II
10
Configure the system-wide 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 group-owned by "root".
$ sudo chgrp root [FILE]
Verify the system-wide shared library files are group-owned by "root" with the following command:
$ sudo find -L /lib /lib64 /usr/lib /usr/lib64 ! -group root -exec ls -l {} \;
If any system wide shared library file is returned and is not group-owned by a required system account, this is a finding.
V-230262
False
RHEL-08-010350
Verify the system-wide shared library files are group-owned by "root" with the following command:
$ sudo find -L /lib /lib64 /usr/lib /usr/lib64 ! -group root -exec ls -l {} \;
If any system wide shared library file is returned and is not group-owned by a required system account, this is a finding.
M
2921