SV-273998r1119982_rule
V-273998
SRG-OS-000366-GPOS-00153
AZLX-23-000125
CAT I
10
Configure Amazon Linux 2023 to verify the signature of packages from a repository prior to installation by setting the following option in the "/etc/yum.repos.d/[your_repo_name].repo" file:
gpgcheck=1
Verify Amazon Linux 2023 software repositories enforce a signature check on the packages prior to allowing installation with the following command:
$ grep -w gpgcheck /etc/yum.repos.d/*.repo | more
/etc/yum.repos.d/amazonlinux.repo:gpgcheck=1
/etc/yum.repos.d/amazonlinux.repo:gpgcheck=1
/etc/yum.repos.d/amazonlinux.repo:gpgcheck=1
/etc/yum.repos.d/kernel-livepatch.repo:gpgcheck=1
/etc/yum.repos.d/kernel-livepatch.repo:gpgcheck=1
If any repository has "gpgcheck=0" or "False", or if the option is commented out, this is a finding.
V-273998
False
AZLX-23-000125
Verify Amazon Linux 2023 software repositories enforce a signature check on the packages prior to allowing installation with the following command:
$ grep -w gpgcheck /etc/yum.repos.d/*.repo | more
/etc/yum.repos.d/amazonlinux.repo:gpgcheck=1
/etc/yum.repos.d/amazonlinux.repo:gpgcheck=1
/etc/yum.repos.d/amazonlinux.repo:gpgcheck=1
/etc/yum.repos.d/kernel-livepatch.repo:gpgcheck=1
/etc/yum.repos.d/kernel-livepatch.repo:gpgcheck=1
If any repository has "gpgcheck=0" or "False", or if the option is commented out, this is a finding.
M
5700