Bug 628941
| Summary: | SELinux is preventing /usr/sbin/uucico "write" access on /var/lock/uucp. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ian Lance Taylor <ian> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | dwalsh, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:d3211c251d9ab097e187d94a7b2ab3584b0da224e241bc6c2c69e984c1769baa | ||
| Fixed In Version: | selinux-policy-3.6.32-123.fc12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-10-14 06:34:27 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: | |||
|
Description
Ian Lance Taylor
2010-08-31 13:28:01 UTC
This is an ordinary use of uucico. This looks like we have to add optional_policy(` uucp_domtrans(qmail_local_t) ') ######################################## ## <summary> ## Execute the uucico program in the ## uucpd_t domain. ## </summary> ## <param name="domain"> ## <summary> ## Domain allowed to transition. ## </summary> ## </param> # interface(`uucp_domtrans',` gen_require(` type uucpd_t, uucpd_exec_t; ') domtrans_pattern($1, uucpd_exec_t, uucpd_t) ') Fixed in selinux-policy-3.7.19-53.fc13 Fixed in selinux-policy-3.6.32-122.fc12. selinux-policy-3.6.32-123.fc12 has been submitted as an update for Fedora 12. https://admin.fedoraproject.org/updates/selinux-policy-3.6.32-123.fc12 selinux-policy-3.6.32-123.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update selinux-policy'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/selinux-policy-3.6.32-123.fc12 selinux-policy-3.6.32-123.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |