]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - build.conf
trunk: 2 patches from dan
[people/stevee/selinux-policy.git] / build.conf
1 ########################################
2 #
3 # Policy build options
4 #
5
6 # Policy version
7 # By default, checkpolicy will create the highest
8 # version policy it supports. Setting this will
9 # override the version. This only has an
10 # effect for monolithic policies.
11 #OUTPUT_POLICY = 18
12
13 # Policy Type
14 # strict, targeted,
15 # strict-mls, targeted-mls,
16 # strict-mcs, targeted-mcs
17 TYPE = strict
18
19 # Policy Name
20 # If set, this will be used as the policy
21 # name. Otherwise the policy type will be
22 # used for the name.
23 NAME = refpolicy
24
25 # Distribution
26 # Some distributions have portions of policy
27 # for programs or configurations specific to the
28 # distribution. Setting this will enable options
29 # for the distribution.
30 # redhat, gentoo, debian, suse, and rhel4 are current options.
31 # Fedora users should enable redhat.
32 #DISTRO = redhat
33
34 # Direct admin init
35 # Setting this will allow sysadm to directly
36 # run init scripts, instead of requring run_init.
37 # This is a build option, as role transitions do
38 # not work in conditional policy.
39 DIRECT_INITRC=n
40
41 # Build monolithic policy. Putting n here
42 # will build a loadable module policy.
43 MONOLITHIC=y
44
45 # Number of MLS Sensitivities
46 # The sensitivities will be s0 to s(MLS_SENS-1).
47 # Dominance will be in increasing numerical order
48 # with s0 being lowest.
49 MLS_SENS=16
50
51 # Number of MLS Categories
52 # The categories will be c0 to c(MLS_CATS-1).
53 MLS_CATS=256
54
55 # Number of MCS Categories
56 # The categories will be c0 to c(MLS_CATS-1).
57 MCS_CATS=256
58
59 # Set this to y to only display status messages
60 # during build.
61 QUIET=n