Written by: Martin Orr
Local use only

Set up parameters in build.conf

Note that you need to do "make conf" then copy in the correct modules.conf

Index: build.conf
===================================================================
--- build.conf.orig
+++ build.conf
@@ -12,13 +12,13 @@
 
 # Policy Type
 # standard, mls, mcs
-TYPE = standard
+TYPE = mcs
 
 # Policy Name
 # If set, this will be used as the policy
 # name.  Otherwise the policy type will be
 # used for the name.
-NAME = refpolicy
+NAME = refpolicy-debian-martin
 
 # Distribution
 # Some distributions have portions of policy
@@ -27,7 +27,7 @@
 # for the distribution.
 # redhat, gentoo, debian, suse, and rhel4 are current options.
 # Fedora users should enable redhat.
-#DISTRO = redhat
+DISTRO = debian
 
 # Unknown Permissions Handling
 # The behavior for handling permissions defined in the
@@ -42,7 +42,7 @@
 # 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 = y
 
 # Build monolithic policy.  Putting y here
 # will build a monolithic policy.

