Bug 1139062
| Summary: | SELinux is preventing /usr/bin/wine-preloader from 'read' accesses on the lnk_file . | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cesar Eduardo Barros <cesarb> |
| Component: | selinux-policy | Assignee: | Miroslav Grepl <mgrepl> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | dominick.grift, dwalsh, lvrabec, mgrepl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:5232fc1c4a170d88b5a846b1ba919113e55a43531870368b307b6b09c463714c | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-08 06:45:35 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
Cesar Eduardo Barros
2014-09-07 22:32:47 UTC
Worked around with the following audit2allow output:
module wine-dosdevices 1.0;
require {
type user_wine_t;
type wine_home_t;
class lnk_file { read create };
}
#============= user_wine_t ==============
allow user_wine_t wine_home_t:lnk_file { read create };
*** This bug has been marked as a duplicate of bug 1139060 *** |