Hide Forgot
Description of problem: In RHEL 7.3 beta, when selecting the DoD STIG Upstream profile, AIDE does not get installed during system provisioning. This causes failures of three security compliance checks: - CCE-27096-7: xccdf_org.ssgproject.content_rule_package_aide_installed - CCE-27220-3: xccdf_org.ssgproject.content_rule_aide_build_database - CCE-26952-2: xccdf_org.ssgproject.content_rule_aide_periodic_cron_checking Version-Release number of selected component (if applicable): 7.3 beta How reproducible: Always Steps to Reproduce: 1. Attempt to install RHEL 7.3 with STIG Upstream profile Actual results: The configuration rule xccdf_org.ssgproject.content_rule_package_aide_installed should install AIDE. It does not. Expected results: AIDE gets installed. Additional info:
SSG 0.1.30 only had the bash remediation for the AIDE rule. Since it was missing the Anaconda remediation it was not able to remediate this rule when provisioning using kickstart. There has been a lot of refactoring in this part of SSG so it is fairly hard to pinpoint exactly when this was fixed. All of these 3 commits are required for this to work: - https://github.com/OpenSCAP/scap-security-guide/commit/6d09d9903b903f77d4e88a763d88803f59e1855c - https://github.com/OpenSCAP/scap-security-guide/commit/665e1f15e042dd928935ae9b8541f81dfa146d4c - https://github.com/OpenSCAP/scap-security-guide/commit/928ef634c31e7c17bd4e845e96a49ef42b5ce6f5 Lastest SSG built from git master has all 4 remediations for the package_aide_installed XCCDF rule.
Verified manually on version scap-security-guide-0.1.33-4.el7, that anaconda kickstart is successfully updated to contain aide package Original kickstart: # Packages selection (%packages section is required) %packages # Require @Base @Base pam_pkcs11 esc %end Anaconda kickstart: %packages @Base aide chrony dracut-fips esc kexec-tools openscap openscap-scanner pam_pkcs11 scap-security-guide screen -rsh -rsh-server -talk -talk-server -telnet -telnet-server -xinetd -ypbind -ypserv %end Note: This test was performed on OSPP profile, but the relevant rule (aide) is the same.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2064