Rule ID
SV-44655r1_rule
Version
V1R12
CCIs
The sysctl.conf file specifies the values for kernel parameters to be set on boot. These settings can affect the system's security.
Check /etc/sysctl.conf ownership. # ls -lL /etc/sysctl.conf If /etc/sysctl.conf is not owned by root, this is a finding.
Use the chown command to change the owner of /etc/sysctl.conf to root: # chown root /etc/sysctl.conf