Rule ID
SV-46077r1_rule
Version
V1R12
CCIs
The system's boot loader configuration files are critical to the integrity of the system and must be protected. Unauthorized modification of these files resulting from improper ownership could compromise the system's boot loader configuration.
Check the ownership of the file. # ls -lLd /etc/zipl.conf If the owner of the file is not root, this is a finding.
Change the ownership of the file. # chown root /etc/zipl.conf