Bug 120885
Summary: | xorg-x11 changes give MapVidMem problems accessing /dev/mem | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gene Czarcinski <gczarcinski> | ||||
Component: | policy | Assignee: | Daniel Walsh <dwalsh> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Ben Levenson <benl> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | pgraner | ||||
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: | 2004-05-28 13:10: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: | |||||||
Attachments: |
|
Description
Gene Czarcinski
2004-04-14 20:39:25 UTC
Created attachment 99428 [details]
/var/log/messages
This is a file context file problem caused by Xorg running under the wrong context. You need policy-1.11.2-3 and to restorecon /usr/bin/X11/Xorg /var/log/Xorg* As I explained elsewhere, you need to run: restorecon /usr/X11R6/bin/Xorg rather than restorecon /usr/bin/X11/Xorg since /etc/security/selinux/src/policy/* only specified /usr/X11R6/bin/Xorg for xserver_exec_t BTW, this info needs posting on the mailing list. Just installing the new policy (assume it will be in tomorrows development), does not fix things. One thing I have learned out of this is that the complete path to a file makes a really big difference as to what attributes it is assigned and symlinks can really screw things up. I seem to remember that Mike Harris mentioned wanting to get rid of all the X11 and /usr/X11R6 stuff and put everything into /usr/bin ... that sure would make things simpler. |