changeset 7831:2aac04e3eb1f

Made MLS the default
author John Weeks <jweeks@opensolaris.org>
date Fri, 02 May 2008 18:35:17 -0700
parents 2695efd5bb2f
children 3287800317c5
files usr/src/common/fmac/ss/ss_impl.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/common/fmac/ss/ss_impl.h	Fri May 02 09:21:46 2008 -0700
+++ b/usr/src/common/fmac/ss/ss_impl.h	Fri May 02 18:35:17 2008 -0700
@@ -57,10 +57,10 @@
 #include <sys/byteorder.h>
 
 /*
- * Uncomment the line below if you want to build
- * the security server with MLS.
+ * Comment out the line below if you want to build
+ * the security server without MLS.
  */
-/* #define	CONFIG_FLASK_MLS */
+#define	CONFIG_FLASK_MLS
 
 #define	SS_CPU_TO_LE32(x)	cpu_to_le32(x)
 #define	SS_LE32_TO_CPU(x)	le32_to_cpu(x)