--- refpolicy-0.2.20100524.orig/build.conf
+++ refpolicy-0.2.20100524/build.conf
@@ -46,11 +46,11 @@
# Build monolithic policy. Putting n here
# will build a loadable module policy.
-MONOLITHIC = y
+MONOLITHIC = n
# User-based access control (UBAC)
# Enable UBAC for role separations.
-UBAC = y
+UBAC = n
# Number of MLS Sensitivities
# The sensitivities will be s0 to s(MLS_SENS-1).
@@ -60,11 +60,11 @@
# Number of MLS Categories
# The categories will be c0 to c(MLS_CATS-1).
-MLS_CATS = 256
+MLS_CATS = 1024
# Number of MCS Categories
# The categories will be c0 to c(MLS_CATS-1).
-MCS_CATS = 256
+MCS_CATS = 1024
# Set this to y to only display status messages
# during build.