This patch fixes GDM so that the "ensure_sanity" function in gdm/misc.c does not do anything on Solaris. This function is intended to recreate the Xserver sockets in /tmp if they don't have the correct permissions. However since permissions on Solaris are different than on Solaris, this code breaks Trusted Extensions. It was decided that it is better that GDM not try to be clever about making sure these sockets directories are set up properly and second-guessing things. So this patch just makes the ensure_sanity function return, doing nothing, on Solaris.
Brian -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: fix-gdm.diff URL: <http://mail.opensolaris.org/pipermail/jds-review/attachments/20081113/e6023b96/attachment.ksh>
