06d6788
From 39ac27c473816c66faa43ae00b4fd34b6688ff12 Mon Sep 17 00:00:00 2001
06d6788
From: Adam Jackson <ajax@benzedrine.nwnk.net>
06d6788
Date: Wed, 12 Mar 2008 19:33:37 -0400
06d6788
Subject: [PATCH] Disable the selinux extension for now.
06d6788
06d6788
We'll still build the infrastructure but not turn on the extension.  This
06d6788
wants a better solution, please don't ship me like this.
06d6788
---
06d6788
 hw/xfree86/dixmods/extmod/modinit.c |    2 +-
06d6788
 1 files changed, 1 insertions(+), 1 deletions(-)
06d6788
06d6788
diff --git a/hw/xfree86/dixmods/extmod/modinit.c b/hw/xfree86/dixmods/extmod/modinit.c
06d6788
index d0d892a..5fa5456 100644
06d6788
--- a/hw/xfree86/dixmods/extmod/modinit.c
06d6788
+++ b/hw/xfree86/dixmods/extmod/modinit.c
06d6788
@@ -38,7 +38,7 @@ static MODULESETUPPROTO(extmodSetup);
06d6788
  * Array describing extensions to be initialized
06d6788
  */
06d6788
 static ExtensionModule extensionModules[] = {
06d6788
-#ifdef XSELINUX
06d6788
+#if 0
06d6788
     {
06d6788
 	SELinuxExtensionInit,
06d6788
 	SELINUX_EXTENSION_NAME,
06d6788
-- 
06d6788
1.5.4.3
06d6788