Bug 2055860
Summary: | configure_bashrc_exec_tmux now errors during remediation | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> | |
Component: | scap-security-guide | Assignee: | Gabriel Gaspar Becker <ggasparb> | |
Status: | CLOSED ERRATA | QA Contact: | Milan Lysonek <mlysonek> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 8.6 | CC: | amusil, ggasparb, jpazdziora, mhaicman, mlysonek, wsato | |
Target Milestone: | rc | Keywords: | AutoVerified, Regression, Triaged | |
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | scap-security-guide-0.1.60-5.el8 | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2056847 (view as bug list) | Environment: | ||
Last Closed: | 2022-05-10 14:15:29 UTC | Type: | Bug | |
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: | ||||
Bug Blocks: | 2015796, 2015802, 2056847 |
Description
Jan Pazdziora (Red Hat)
2022-02-17 20:02:55 UTC
Hello, thank you for the BZ. The rule OVAL check has two parts which are connected with conjunction: 1. It checks for the correct snippet in either /etc/bashrc or /etc/profile.d/*. I guess this part passes after remediation. 2. It checks if a tmux process is running. I guess this part fails. This will be probably always reported as "error" because the Tmux process will just not get started. Someone has to log in so that their shell sources the particular snippet and starts tmux. Two questions: 1. do you have tmux package installed? 2. Does the rule pass if you reboot and perform the scan again? I am not sure if this has any simple fix because of the nature of checks. 1. No, tmux is not installed. 2. No, it does not pass after reboot either. I must ask: why should tmux be running? It gets started when a user logs in ... why does compliance check (which might be run from a cron job for all we know) care if there is a user logged in or not? The same issue is on RHEL 9 now, filed bug 2056847. 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 (scap-security-guide bug fix and enhancement update), 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-2022:1900 |