Bug 566582
| Summary: | .Xauthority selinux context problem | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Sergei LITVINENKO <sergei.litvinenko> |
| Component: | kdebase | Assignee: | Than Ngo <than> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | dwalsh, fedora, jreznik, kevin, lorenzo, ltinkl, mgrepl, rdieter, smparrish, than |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-02-23 20:26:22 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
Sergei LITVINENKO
2010-02-18 21:27:29 UTC
This is because the same process is creating both files. Gdm creates its xauthority files in /var/run/gdm echo $XAUTHORITY /var/run/gdm/auth-for-dwalsh-gHE0bI/database And .xsession_errors in the homedir. kdm should do something similar. Or fix the context when it creates the file. Running restorecon on the .Xauthority file will fix the label. Does your session run restorecond? ps -eZ | grep restorecond staff_u:staff_r:staff_t:s0-s0:c0.c1023 2209 ? 00:00:00 restorecond This should also make sure the labeling is correct in the homedir. Thank you for taking the time to report this issue to us. This is an issue which is best addressed by the upstream developers. Please file a report at bugs.kde.org , and when done add the upstream report info to this report. We will continue to track the issue in the centralized upstream bug tracker, and will review any bug fixes that become available for consideration in future updates. Thank you for the bug report. Steven M. Parrish KDE & Packagekit Triager Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers This is our problem I think... Lemme dig up some details. Yeah, the fix was intrusive, see bug #524583 , so we could apply only for F-13+ *** This bug has been marked as a duplicate of bug 524583 *** |