SV-248595r958936_rule
V-248595
SRG-OS-000437-GPOS-00194
OL08-00-010440
CAT III
10
Configure OL 8 to remove all software components after updated versions have been installed.
Set the "clean_requirements_on_remove" option to "True" in the "/etc/yum.conf" file:
clean_requirements_on_remove=True
Verify the operating system removes all software components after updated versions have been installed.
Check if YUM is configured to remove unneeded packages with the following command:
$ sudo grep -i clean_requirements_on_remove /etc/yum.conf
clean_requirements_on_remove=True
If "clean_requirements_on_remove" is not set to "True", commented out, or missing from "/etc/yum.conf", this is a finding.
V-248595
False
OL08-00-010440
Verify the operating system removes all software components after updated versions have been installed.
Check if YUM is configured to remove unneeded packages with the following command:
$ sudo grep -i clean_requirements_on_remove /etc/yum.conf
clean_requirements_on_remove=True
If "clean_requirements_on_remove" is not set to "True", commented out, or missing from "/etc/yum.conf", this is a finding.
M
5416