Bug 637833
| Summary: | 'rhncfg-manager download-channel' does not deploy selinux context | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Pavel Novotny <pnovotny> |
| Component: | Client | Assignee: | Michael Mráka <mmraka> |
| Status: | CLOSED ERRATA | QA Contact: | Jiri Kastner <jkastner> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 540 | CC: | cperry, jkastner, msuchy |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | rhncfg-5.9.27-6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-03-07 09:25:13 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: | 640135, 646488 | ||
|
Description
Pavel Novotny
2010-09-27 14:55:18 UTC
It's been fixed in spacewalk master by
commit 2272486d9037b0bcead4edf0384f1d47778f8c8b
637833 - reused shared file deploy code
commit f2d5222dd5eb72653ee6201d87e6571d74e2eb20
637833 - moved file deploy code into shared module
Fixed spacewalk package rhncfg-5.9.43-1.
Fixed in satellite git
commit 23aabf14f64f7022f0bea98ec13b882c922760ed
637833 - reused shared file deploy code
(cherry picked from commit 2272486d9037b0bcead4edf0384f1d47778f8c8b)
commit 39676e91219caaa53b7668ef11c81c928c9ec292
637833 - reused shared file deploy code
(cherry picked from commit f2d5222dd5eb72653ee6201d87e6571d74e2eb20)
RHEL5: [root@rlx-0-12 ~]# rhncfg-manager download-channel test-644985 -t /tmp/ Deploying /tmp/test-644985/tmp/config.cfg Deploying /tmp/test-644985/tmp/config.cfg.ln [root@rlx-0-12 ~]# ls -Z /tmp/test-644985/tmp/ -rw-r--r-- root root system_u:object_r:rpm_script_tmp_t config.cfg lrwxrwxrwx root root system_u:object_r:rpm_script_tmp_t config.cfg.ln -> /tmp/config.cfg [root@rlx-0-12 ~]# rhncfg-manager download-channel test-644985 -t /tmp/ Deploying /tmp/test-644985/tmp/config.cfg Deploying /tmp/test-644985/tmp/config.cfg.ln [root@rlx-0-12 ~]# ls -Z /tmp/test-644985/tmp/ -rw-r--r-- root root root:object_r:tmp_t config.cfg lrwxrwxrwx root root root:object_r:tmp_t config.cfg.ln -> /tmp/config.cfg An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0323.html |