Bug 655157
| Summary: | [RFE] check the umask settings on server during install | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Chris Williams <cww> |
| Component: | Installer | Assignee: | Jan Pazdziora (Red Hat) <jpazdziora> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Dimitar Yordanov <dyordano> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | cperry, dyordano, fdewaley, jpazdziora, mglantz |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-09-21 09:35:31 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: | |||
| Bug Blocks: | 819081 | ||
|
Comment 1
Milan Zázrivec
2012-04-02 09:11:51 UTC
Making bugzilla public. Public summary: Satellite installation script (install.pl) does not check the umask settings on server. So files created while installing packages like /etc/rhn/rhn.conf was not having default expected permissions so after installation satellite was not working normally. here should be check enabled in install.pl where umask setting should checked whether it is 022 or not. Fixed in Spacewalk master, 7399c19e575795b715a6f5df070c97a6f4c1f7bc. We now check that the umask is 022 or smaller, and exit with code 56 if it is not. *** Bug 849690 has been marked as a duplicate of this bug. *** This issue is resolved with the release of RHN Satellite 5.5. As of September 20th 2012, RHN Satellite 5.5 has been generally available. Release Notes and other 5.5 documentation can be found here: https://access.redhat.com/knowledge/docs/Red_Hat_Network_Satellite/ The associated Errata for the 5.5 release are: 5.5 Satellite GA Errata - http://rhn.redhat.com/errata/RHEA-2012-1296.html 5.5 Upgrade Errata - http://rhn.redhat.com/errata/RHEA-2012-1298.html 5.5 RHN Proxy GA Errata - http://rhn.redhat.com/errata/RHEA-2012-1297.html 5.5 RHN Tools GA Errata - http://rhn.redhat.com/errata/RHEA-2012-1299.html Regards, Clifford - Engineering Manager, Satellite |