SV-256966r1138080_rule
V-256966
SRG-APP-000456-WSR-000187
APWS-AT-000940
CAT II
10
As a system administrator, for each Automation Controller NGINX web server host, perform the following:
1. Either configure update repositories in accordance with organizationally defined requirements or subscribe to Red Hat update repositories for the underlying operating system.
2. Execute an update from these repositories:
$ yum update -y
3. Perform one of the following:
3.1. Schedule an update to occur every 30 days, or in accordance with organizationally defined policy:
$ yum install -y dnf-automatic && sed -i '/apply_updates/s/no/yes/' /etc/dnf/automatic.conf && sed -i '/OnCalendar/s/^OnCalendar\s*=.*/OnCalendar=*-1-* 6:00/' /usr/lib/systemd/system/dnf-automatic.timer && systemctl enable --now dnf-automatic.timer
3.2. Schedule manual updates to occur at least every 30 days, or in accordance with organizationally defined policy.
4. Restart the Automation Controller NGINX web server host.
As a System Administrator for each Automation Controller NGINX web server host, verify the system is configured to receive updates from an organizationally defined source for authoritative system updates:
yum -v repolist
If each URL is not valid and consistent with organizationally defined requirements, this is a finding.
If each repository is not enabled in accordance with organizationally defined requirements, this is a finding.
If the system is not configured to automatically receive and apply system updates from this source at least every 30 days, or manually receive and apply updates at least every 30 days, this is a finding.
V-256966
False
APWS-AT-000940
As a System Administrator for each Automation Controller NGINX web server host, verify the system is configured to receive updates from an organizationally defined source for authoritative system updates:
yum -v repolist
If each URL is not valid and consistent with organizationally defined requirements, this is a finding.
If each repository is not enabled in accordance with organizationally defined requirements, this is a finding.
If the system is not configured to automatically receive and apply system updates from this source at least every 30 days, or manually receive and apply updates at least every 30 days, this is a finding.
M
5535