-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix AIDE rules #10403
Fix AIDE rules #10403
Conversation
The fail test scenario "db_malformed.fail.sh" creates a malformed AIDE database in /var/lib/aide/aide.db.gz. The name suggests that the rule should fail because the database is malformed. However, as we can see from scan results or from oval-graph, the reason that the rule fails isn't that the database is malformed. Instead, the reason that the rule fails is that the so-called "new" database file /var/lib/aide/aide.db.new.gz doesn't exist. In fact, the OVAL check in this rule doesn't have any way of checking the contents of the files, it only checks for presence of files.
The "new" database isn't needed for AIDE to work, only the installed database matters, therefore, we shouldn't require existence of the "new" database in our check. Sometimes, the installed database is created by copying the "new" database, but often it's created by moving the "new" database, which is also suggested by the aide man page and the the "new" file doesn't exist anymore. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2175684 This commit also adds a small regression test for the RHBZ.
The cron files can contain also more complex commands, such as running the aide command with a process priority. However, the current regex isn't flexible enough to match also these commands. Also, this commit adds 2 new test scenarios. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2175684
This datastream diff is auto generated by the check Click here to see the trimmed diffRule 'xccdf_org.ssgproject.content_rule_prefer_64bit_os' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_prefer_64bit_os' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_hashes' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_hashes' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_permissions' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_rpm_verify_permissions' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_aide_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_aide_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_build_database' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_build_database' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_check_audit_tools' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_check_audit_tools' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_periodic_cron_checking' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_periodic_cron_checking' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_scan_notification' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_scan_notification' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_use_fips_hashes' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_use_fips_hashes' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_verify_acls' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_verify_acls' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_verify_ext_attributes' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_aide_verify_ext_attributes' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_group_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_group_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_ownership' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_permissions' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_audit_tools_permissions' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_dracut_fips_module' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_dracut_fips_module' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_fips_mode' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_fips_mode' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_etc_system_fips_exists' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_etc_system_fips_exists' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sysctl_crypto_fips_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sysctl_crypto_fips_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_crypto-policies_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_crypto-policies_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bind_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bind_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_gnutls_tls_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_gnutls_tls_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_kerberos_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_kerberos_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_libreswan_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_libreswan_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_openssl_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_openssl_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_openssl_tls_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_openssl_tls_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_ssh_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_ssh_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_openssl_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_openssl_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_ssh_client_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_ssh_client_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_ciphers_openssh_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_ciphers_openssh_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_ciphers_opensshserver_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_ciphers_opensshserver_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_macs_openssh_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_macs_openssh_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_macs_opensshserver_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_harden_sshd_macs_opensshserver_conf_crypto_policy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_openssl_use_strong_entropy' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_openssl_use_strong_entropy' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_installed_OS_is_FIPS_certified' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_installed_OS_is_FIPS_certified' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_installed_OS_is_vendor_supported' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_installed_OS_is_vendor_supported' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_antivirus' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_antivirus' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_hids' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_hids' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_service_nails_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_service_nails_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_antivirus' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_antivirus' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_cma_rt' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_cma_rt' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_mcafee_antivirus_definitions_updated' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_mcafee_antivirus_definitions_updated' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_mcafeetp_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_mcafeetp_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_agent_mfetpd_running' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_agent_mfetpd_running' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_MFEhiplsm_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_MFEhiplsm_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_hbss_accm' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_hbss_accm' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_hbss_pa' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_mcafee_hbss_pa' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_boot' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_boot' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_dev_shm' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_dev_shm' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_home' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_home' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_opt' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_opt' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_srv' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_srv' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_tmp' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_tmp' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_usr' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_usr' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_log' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_log' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_log_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_log_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_tmp' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_partition_for_var_tmp' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gdm_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gdm_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_db_up_to_date' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_db_up_to_date' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_dconf_user_profile' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_dconf_user_profile' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_restart_shutdown' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_restart_shutdown' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_user_list' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_user_list' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_enable_smartcard_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_enable_smartcard_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_lock_screen_on_smartcard_removal' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_lock_screen_on_smartcard_removal' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_login_retries' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_login_retries' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_automatic_login' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_automatic_login' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_guest_login' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_guest_login' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_xdmcp' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_gnome_gdm_disable_xdmcp' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_automount' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_automount' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_automount_open' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_automount_open' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_autorun' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_autorun' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_thumbnailers' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_thumbnailers' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_wifi_create' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_wifi_create' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_wifi_notification' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_wifi_notification' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_remote_access_credential_prompt' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_remote_access_credential_prompt' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_remote_access_encryption' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_remote_access_encryption' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_activation_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_activation_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_activation_locked' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_activation_locked' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_delay' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_idle_delay' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_delay' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_delay' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_locked' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_lock_locked' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_mode_blank' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_mode_blank' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_user_info' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_user_info' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_user_locks' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_screensaver_user_locks' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_session_idle_user_locks' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_session_idle_user_locks' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_ctrlaltdel_reboot' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_ctrlaltdel_reboot' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_geolocation' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_geolocation' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_power_settings' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_power_settings' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_user_admin' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_disable_user_admin' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_sudo_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_sudo_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_env_reset' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_env_reset' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_ignore_dot' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_ignore_dot' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_noexec' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_noexec' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_passwd_timeout' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_passwd_timeout' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_requiretty' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_requiretty' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_umask' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_umask' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_use_pty' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_add_use_pty' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_custom_logfile' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_custom_logfile' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_dedicated_group' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_dedicated_group' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_remove_no_authenticate' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_remove_no_authenticate' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_remove_nopasswd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_remove_nopasswd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_require_authentication' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_require_authentication' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_require_reauthentication' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_require_reauthentication' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_restrict_others_executable_permission' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_restrict_others_executable_permission' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_restrict_privilege_elevation_to_authorized' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_restrict_privilege_elevation_to_authorized' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_vdsm_nopasswd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudo_vdsm_nopasswd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_default_includedir' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_default_includedir' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_explicit_command_args' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_explicit_command_args' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_no_command_negation' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_no_command_negation' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_no_root_target' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_no_root_target' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_validate_passwd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_sudoers_validate_passwd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_binutils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_binutils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_dnf-plugin-subscription-manager_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_dnf-plugin-subscription-manager_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gnutls-utils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gnutls-utils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libcap-ng-utils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libcap-ng-utils_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_nss-tools_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_nss-tools_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_openscap-scanner_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_openscap-scanner_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_rear_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_rear_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_rng-tools_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_rng-tools_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_scap-security-guide_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_scap-security-guide_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_subscription-manager_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_subscription-manager_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tar_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tar_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_vim_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_vim_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-addon-ccpp_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-addon-ccpp_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-addon-kerneloops_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-addon-kerneloops_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-cli_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-cli_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-logger_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-logger_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-rhtsupport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-rhtsupport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-sosreport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_abrt-plugin-sosreport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_geolite2-city_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_geolite2-city_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_geolite2-country_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_geolite2-country_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gssproxy_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_gssproxy_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_iprutils_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_iprutils_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_krb5-workstation_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_krb5-workstation_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libreport-plugin-logger_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libreport-plugin-logger_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libreport-plugin-rhtsupport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_libreport-plugin-rhtsupport_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pigz_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pigz_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_python3-abrt-addon_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_python3-abrt-addon_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tuned_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tuned_removed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_dnf-automatic_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_dnf-automatic_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_clean_components_post_updating' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_clean_components_post_updating' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dnf-automatic_apply_updates' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dnf-automatic_apply_updates' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dnf-automatic_security_updates_only' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dnf-automatic_security_updates_only' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_globally_activated' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_globally_activated' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_local_packages' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_local_packages' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_never_disabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_never_disabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_repo_metadata' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_gpgcheck_repo_metadata' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_redhat_gpgkey_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_ensure_redhat_gpgkey_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_timer_dnf-automatic_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_timer_dnf-automatic_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_authselect' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_authselect' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_banner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_groupowner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_owner_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_issue' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_issue_net' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_file_permissions_etc_motd' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_banner_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_banner_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_login_banner_text' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_dconf_gnome_login_banner_text' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pam_pwquality_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pam_pwquality_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_disallow_bypass_password_sudo' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_disallow_bypass_password_sudo' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_display_login_attempts' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_display_login_attempts' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_pam_namespace' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_enable_pam_namespace' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_account_password_selinux_faillock_dir' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_account_password_selinux_faillock_dir' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_account_passwords_pam_faillock_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_account_passwords_pam_faillock_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwhistory_remember_password_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwhistory_remember_password_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwhistory_remember_system_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwhistory_remember_system_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_unix_remember' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_unix_remember' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_audit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_deny' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_deny' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_deny_root' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_deny_root' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_dir' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_dir' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_enforce_local' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_enforce_local' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_interval' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_interval' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_silent' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_silent' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_unlock_time' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_unlock_time' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_dcredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_dcredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_dictcheck' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_dictcheck' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_difok' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_difok' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_enforce_local' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_enforce_local' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_enforce_root' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_enforce_root' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_lcredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_lcredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_maxclassrepeat' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_maxclassrepeat' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_maxrepeat' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_maxrepeat' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_minclass' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_minclass' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_minlen' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_minlen' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_ocredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_ocredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwquality_password_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwquality_password_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwquality_system_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_pwquality_system_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_retry' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_retry' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_ucredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_accounts_password_pam_ucredit' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_libuserconf' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_libuserconf' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_logindefs' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_logindefs' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_passwordauth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_passwordauth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_systemauth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_algorithm_systemauth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_min_rounds_logindefs' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_set_password_hashing_min_rounds_logindefs' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_service_debug-shell_disabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_service_debug-shell_disabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_burstaction' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_burstaction' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_reboot' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_reboot' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_grub2_disable_interactive_boot' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_grub2_disable_interactive_boot' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_logind_session_timeout' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_logind_session_timeout' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_require_emergency_target_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_require_emergency_target_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_require_singleuser_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_require_singleuser_auth' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tmux_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_tmux_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bashrc_exec_tmux' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bashrc_exec_tmux' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bashrc_tmux' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_bashrc_tmux' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_after_time' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_after_time' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_command' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_command' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_keybinding' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_tmux_lock_keybinding' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_no_tmux_in_shells' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_no_tmux_in_shells' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_opensc_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_opensc_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pcsc-lite_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_package_pcsc-lite_installed' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_install_smartcard_packages' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_install_smartcard_packages' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_service_pcscd_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_service_pcscd_enabled' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_opensc_card_drivers' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastream
Rule 'xccdf_org.ssgproject.content_rule_configure_opensc_card_drivers' points to 'ssg-rhel8-oval.xml' which isn't a part of the new datastream
Rule 'xccdf_org.ssgproject.content_rule_force_opensc_card_drivers' points to 'ssg-rhel8-oval.xml' which isn't a part of the old datastre
... The diff is trimmed here ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the good commit messages. I know it is not part of the scope, but it seems we have the opportunity to simplify this OVAL. Most of the content in the sle
conditional is duplicated. Let me know if you plan to take a look on this in this PR. Otherwise I am fine with this in a separate PR.
Nice idea, I will take a look what I can do |
Reduce duplication of code by refactoring common things out of the if and else blocks.
I have simplified the OVAL file |
Code Climate has analyzed commit 0f60de8 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 52.4% (0.6% change). View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing. Thanks @jan-cerny
The testing-farm errors in CS8 and CS9 are not related to this PR. |
Description:
For more details please read commit messages of every commit.
Rationale:
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2175684
Review Hints:
Use the test scenarios added in this PR.
Question:
Should also regular expressions for /etc/crontab be changed?