Bug 2168068
| Summary: | The stig rule xccdf_org.ssgproject.content_rule_sudo_require_reauthentication fails due to space in in the "timestamp_timeout" value [rhel-8.4.0.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
| Component: | scap-security-guide | Assignee: | Vojtech Polasek <vpolasek> |
| Status: | CLOSED ERRATA | QA Contact: | Jiri Jaburek <jjaburek> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.7 | CC: | ggasparb, jjaburek, mhaicman, mlysonek, wsato |
| Target Milestone: | rc | Keywords: | AutoVerified, Triaged, ZStream |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | scap-security-guide-0.1.66-1.el8_4 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
A bug in the check of rule xccdf_org.ssgproject.content_rule_sudo_require_reauthentication
caused it to require specific spacing between the key `timestamp_timeout` and its value in /etc/sudoers file.
Consequence:
As a consequence valid and compliant syntax caused the rule to fail.
Fix:
The check for rule xccdf_org.ssgproject.content_rule_sudo_require_reauthentication has been updated to accept blank spaces around the equal sign.
Result:
Now the rule accepts as correct and compliant definitions of timestamp_timeout with the following spacing (the value assignment is an example and may vary according to the selected profile):
Defaults timestamp_timeout = 5
Defaults timestamp_timeout= 5
Defaults timestamp_timeout =5
Defaults timestamp_timeout=5
|
Story Points: | --- |
| Clone Of: | 2152208 | Environment: | |
| Last Closed: | 2023-03-14 13:59:43 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2152208 | ||
| Bug Blocks: | |||
|
Comment 12
errata-xmlrpc
2023-03-14 13:59:43 UTC
|