RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1524738 - some remediations fail because of missing functions
Summary: some remediations fail because of missing functions
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: scap-security-guide
Version: 7.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Marek Haicman
QA Contact: Watson Yuuma Sato
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-12-11 23:03 UTC by Marek Haicman
Modified: 2018-04-10 12:22 UTC (History)
4 users (show)

Fixed In Version: scap-security-guide-0.1.36-7.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-10 12:22:15 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:0761 0 None None None 2018-04-10 12:22:18 UTC

Description Marek Haicman 2017-12-11 23:03:22 UTC
Description of problem:
When performing remediation with OSPP profile, some of the rules are not remedied properly, as functions they utilize are not included during build time.


Version-Release number of selected component (if applicable):
scap-security-guide-0.1.36-5.el7.noarch

How reproducible:
reliably

Steps to Reproduce:
1. perform remediation of fresh install with profile xccdf_org.ssgproject.content_profile_ospp-rhel7
2.
3.

Actual results:
These rules remediations end up as errors (-> missing helper function):
xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_burstaction -> replace_or_append
xccdf_org.ssgproject.content_rule_audit_rules_time_adjtimex -> fix_audit_syscall_rule
xccdf_org.ssgproject.content_rule_audit_rules_time_settimeofday -> fix_audit_syscall_rule
xccdf_org.ssgproject.content_rule_audit_rules_time_stime -> fix_audit_syscall_rule

Expected results:
No such errors are encountered

Additional info:

Comment 5 Watson Yuuma Sato 2018-02-26 12:53:07 UTC
Verified for version scap-security-guide-0.1.36-7.el7.noarch
Verification performed using SSGTestSuite.

OLD:
scap-security-guide-0.1.36-5.el7.noarch
INFO - xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_burstaction
INFO - Script wrong_value.fail.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
ERROR - Scan has exited with return code 2, instead of expected 0 during stage remediation
ERROR - The remediation failed for rule 'xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_burstaction'.
INFO - Script line_not_there.fail.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
ERROR - Scan has exited with return code 2, instead of expected 0 during stage remediation
ERROR - The remediation failed for rule 'xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_burstaction'.
INFO - Script correct_value.pass.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - All snapshots reverted successfully

INFO - xccdf_org.ssgproject.content_rule_audit_rules_time_stime
INFO - Script line_not_there.fail.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
ERROR - Scan has exited with return code 2, instead of expected 0 during stage remediation
ERROR - The remediation failed for rule 'xccdf_org.ssgproject.content_rule_audit_rules_time_stime'.
INFO - Script correct_value.pass.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - xccdf_org.ssgproject.content_rule_audit_rules_time_adjtimex
INFO - Script line_not_there.fail.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
ERROR - Scan has exited with return code 2, instead of expected 0 during stage remediation
ERROR - The remediation failed for rule 'xccdf_org.ssgproject.content_rule_audit_rules_time_adjtimex'.
INFO - Script correct_value.pass.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - xccdf_org.ssgproject.content_rule_audit_rules_time_settimeofday
INFO - Script line_not_there.fail.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
ERROR - Scan has exited with return code 2, instead of expected 0 during stage remediation
ERROR - The remediation failed for rule 'xccdf_org.ssgproject.content_rule_audit_rules_time_settimeofday'.
INFO - Script correct_value.pass.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - All snapshots reverted successfully


NEW: scap-security-guide-0.1.36-7.el7.noarch
INFO - xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_burstaction
INFO - Script wrong_value.fail.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - Script line_not_there.fail.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - Script correct_value.pass.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - All snapshots reverted successfully

INFO - xccdf_org.ssgproject.content_rule_audit_rules_time_stime
INFO - Script line_not_there.fail.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - Script correct_value.pass.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - xccdf_org.ssgproject.content_rule_audit_rules_time_adjtimex
INFO - Script line_not_there.fail.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - Script correct_value.pass.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - xccdf_org.ssgproject.content_rule_audit_rules_time_settimeofday
INFO - Script line_not_there.fail.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - Script correct_value.pass.sh using profile xccdf_org.ssgproject.content_profile_ospp-rhel7 OK
INFO - All snapshots reverted successfully

Scenarios used proposed in https://github.com/OpenSCAP/scap-security-guide/pull/2627.

Comment 9 errata-xmlrpc 2018-04-10 12:22:15 UTC
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-2018:0761


Note You need to log in before you can comment on or make changes to this bug.