]> git.ipfire.org Git - people/stevee/selinux-policy.git/blobdiff - build.conf
device_t should be a device node, so that any app that uses a _add_devices interface...
[people/stevee/selinux-policy.git] / build.conf
index d13e2362848544b4ab06e708896b2c4f7499c0cf..5a521c46bfa0122d4fd9ff9d1ab0f84fbf2c35b6 100644 (file)
@@ -44,9 +44,9 @@ 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.