Bug 594993
| Summary: | SELinux is preventing /usr/libexec/gdm-session-worker "write" access on /var/local/home/mmendez/.xsession-errors. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | chocomilk <panchotera> |
| Component: | selinux-policy | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | dwalsh, mgrepl, panchotera, rbiba |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | setroubleshoot_trace_hash:002153c1e3207046b29652a30f45b683afd055be435b92b8e6feb93c25dc967c | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-05-24 11:40:53 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
chocomilk
2010-05-22 16:34:52 UTC
*** Bug 594983 has been marked as a duplicate of this bug. *** *** Bug 594995 has been marked as a duplicate of this bug. *** You need to label /var/local/home/mmendez as being a users homedir. # semanage fcontext -a -e /home/mmendez /var/local/home/mmendez # restorecon -Rv /var/local/home Should fix the labeling. |