]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
trunk: fix variable whitespacing in build.conf.
authorChris PeBenito <cpebenito@tresys.com>
Mon, 17 Dec 2007 19:29:05 +0000 (19:29 +0000)
committerChris PeBenito <cpebenito@tresys.com>
Mon, 17 Dec 2007 19:29:05 +0000 (19:29 +0000)
build.conf

index 7ebbb8b795e3e130752b84f913dc28daf1e809ad..1cd0d665206eb77f7e0c2c14b2f5de1cc4cd4b4c 100644 (file)
@@ -42,26 +42,26 @@ NAME = refpolicy
 # run init scripts, instead of requring run_init.
 # This is a build option, as role transitions do
 # not work in conditional policy.
-DIRECT_INITRC=n
+DIRECT_INITRC = n
 
 # Build monolithic policy.  Putting n here
 # will build a loadable module policy.
-MONOLITHIC=y
+MONOLITHIC = y
 
 # Number of MLS Sensitivities
 # The sensitivities will be s0 to s(MLS_SENS-1).
 # Dominance will be in increasing numerical order
 # with s0 being lowest.
-MLS_SENS=16
+MLS_SENS = 16
 
 # Number of MLS Categories
 # The categories will be c0 to c(MLS_CATS-1).
-MLS_CATS=256
+MLS_CATS = 256
 
 # Number of MCS Categories
 # The categories will be c0 to c(MLS_CATS-1).
-MCS_CATS=256
+MCS_CATS = 256
 
 # Set this to y to only display status messages
 # during build.
-QUIET=n
+QUIET = n