]> git.ipfire.org Git - people/stevee/selinux-policy.git/blobdiff - build.conf
Allow abrt to getattr on blk files
[people/stevee/selinux-policy.git] / build.conf
index 1cd0d665206eb77f7e0c2c14b2f5de1cc4cd4b4c..5a521c46bfa0122d4fd9ff9d1ab0f84fbf2c35b6 100644 (file)
@@ -44,9 +44,19 @@ NAME = refpolicy
 # not work in conditional policy.
 DIRECT_INITRC = n
 
-# Build monolithic policy.  Putting n here
-# will build a loadable module policy.
-MONOLITHIC = y
+# Build monolithic policy.  Putting y here
+# will build a monolithic policy.
+MONOLITHIC = n
+
+# User-based access control (UBAC)
+# Enable UBAC for role separations.
+UBAC = y
+
+# Custom build options.  This field enables custom
+# build options.  Putting foo here will enable
+# build option blocks named foo.  Options should be
+# separated by spaces.
+CUSTOM_BUILDOPT =
 
 # Number of MLS Sensitivities
 # The sensitivities will be s0 to s(MLS_SENS-1).
@@ -56,11 +66,11 @@ MLS_SENS = 16
 
 # 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.