SV-257822r1155615_rule
V-257822
SRG-OS-000366-GPOS-00153
RHEL-09-214025
CAT I
10
Configure all software repositories defined in "/etc/yum.repos.d/" to have "gpgcheck" enabled:
$ sudo sed -i 's/gpgcheck\s*=.*/gpgcheck=1/g' /etc/yum.repos.d/*
Verify all software repositories defined in "/etc/yum.repos.d/" have been configured with "gpgcheck" enabled:
$ grep -w gpgcheck /etc/yum.repos.d/*.repo | more
/etc/yum.repos.d/redhat.repo:gpgcheck = 1
For all listed repos, if "gpgcheck" is not set to "1", or if the option is missing or commented out, ask the system administrator how the GPG signatures of local software packages are being verified.
If there is no process to verify GPG signatures that is approved by the organization, this is a finding.
V-257822
False
RHEL-09-214025
Verify all software repositories defined in "/etc/yum.repos.d/" have been configured with "gpgcheck" enabled:
$ grep -w gpgcheck /etc/yum.repos.d/*.repo | more
/etc/yum.repos.d/redhat.repo:gpgcheck = 1
For all listed repos, if "gpgcheck" is not set to "1", or if the option is missing or commented out, ask the system administrator how the GPG signatures of local software packages are being verified.
If there is no process to verify GPG signatures that is approved by the organization, this is a finding.
M
5551