SV-274185r1120543_rule
V-274185
SRG-OS-000437-GPOS-00194
AZLX-23-002615
CAT II
10
Configure Amazon Linux 2023 to remove all software components after updated versions have been installed.
Set the "clean_requirements_on_remove" option to "1" in the "/etc/dnf/dnf.conf" file:
clean_requirements_on_remove=1
Verify Amazon Linux 2023 removes all software components after updated versions have been installed with the following command:
$ grep clean /etc/dnf/dnf.conf
clean_requirements_on_remove=1
If "clean_requirements_on_remove" is not set to "1", "True", or "yes", this is a finding.
V-274185
False
AZLX-23-002615
Verify Amazon Linux 2023 removes all software components after updated versions have been installed with the following command:
$ grep clean /etc/dnf/dnf.conf
clean_requirements_on_remove=1
If "clean_requirements_on_remove" is not set to "1", "True", or "yes", this is a finding.
M
5700