Bug 1183092
| Summary: | [RFE] Control-alt-delete.override update did not overwrite, delete, or change files | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Jared Deubel <jdeubel> |
| Component: | Appliance | Assignee: | Nick Carboni <ncarboni> |
| Status: | CLOSED ERRATA | QA Contact: | Pete Savage <psavage> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | bkozdemb, jhardy, jrafanie, kbrock, ncarboni, psavage, snansi, xlecauch |
| Target Milestone: | GA | Keywords: | FutureFeature |
| Target Release: | 5.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.0.1 | Doc Type: | Enhancement |
| Doc Text: |
The new version of CloudForms Management Engine no longer changes, deletes or overwrites the /etc/init/control-alt-delete.override and /var/www/miq/system/LINK/etc/init/control-alt-delete.override files. Any change to these files would result in breaking STIG (Security Technical Implementation Guide) compliance. This ability allows the implementation to remain compliant with STIG requirements.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-08 13:02:17 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: | 1244937 | ||
| Bug Blocks: | |||
|
Comment 4
Joe Rafaniello
2015-04-02 22:15:57 UTC
We need this in the spec:
%config(noreplace) %{app_root}/system/LINK/etc/init/control-alt-delete.override
It will produce a warning in the log
spoke with joev and this warning is deemed acceptable.
alternative is listing every file we have, which is not acceptable.
As of the changes made for Centos7.1 and the migration to systemd, we no longer use ctrl+alt+del in the console. The file control-alt-delete.override was removed and we disable use of ctrl+alt+del by linking the systemd target (ctrl-alt-del.target) to /dev/null. This file will no longer be changed with new updates. verified in master.20150915143408_88f28a0 /var/www/miq/system/LINK/etc/init/control-alt-delete.override is not present on the appliance. Verified in 5.5.0.11 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/RHSA-2015:2551 |