Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: gdm failures? compiler or policy problems?: msg#00088
|
Subject: |
Re: gdm failures? compiler or policy problems? |
On 8/21/05, Tom London <selinux@xxxxxxxxx> wrote:
On 8/20/05, Tom London <selinux@xxxxxxxxx
> wrote:
Running strict/enforcing, today's rawhide.
gdm fails to start (many initrc_t/xserver_t type failures).
I would normally guess a missing transition, but there are some reports of problems with gcc4/-Os.
Regardless, gdm starts fine in permissive mode.
OK..... 2 small 'fixes' seem to make this work:
--- /tmp/xdm.fc 2005-08-21 14:02:59.000000000 -0700 +++ ./xdm.fc 2005-08-21 13:45:22.000000000 -0700 @@ -2,8 +2,8 @@
/usr/bin/[xgkw]dm -- system_u:object_r:xdm_exec_t
/usr/X11R6/bin/[xgkw]dm -- system_u:object_r:xdm_exec_t /opt/kde3/bin/kdm -- system_u:object_r:xdm_exec_t -/usr/bin/gpe-dm -- system_u:object_r:xdm_exec_t -/usr/bin/gdm-binary -- system_u:object_r:xdm_exec_t
+/usr/(s)?bin/gpe-dm -- system_u:object_r:xdm_exec_t +/usr/(s)?bin/gdm-binary -- system_u:object_r:xdm_exec_t Oops.... the entry for /usr/bin/gpe-dm shouldn't have been changed. A little 'typing enthusiasm' on my part.
tom
-- Tom London
|
| |