]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Increased default number of categories to 1024, from Russell Coker.
authorChris PeBenito <cpebenito@tresys.com>
Mon, 28 Jun 2010 13:04:24 +0000 (09:04 -0400)
committerChris PeBenito <cpebenito@tresys.com>
Mon, 28 Jun 2010 13:04:24 +0000 (09:04 -0400)
Changelog
Makefile
build.conf
support/Makefile.devel

index edc18fa99f629091285b969d03d5c0135c8c1251..749a17b85d0f8e125125c58979876a420cf01e08 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- Increased default number of categories to 1024, from Russell Coker.
 - Added modules:
        cgroup (Dominick Grift)
 
index 547eda7e063093c8ac4624b98f0daf462d48fac1..f802d3bd05c789703cc24c324ed54858cf0742b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -212,8 +212,8 @@ endif
 
 # default MLS/MCS sensitivity and category settings.
 MLS_SENS ?= 16
-MLS_CATS ?= 256
-MCS_CATS ?= 256
+MLS_CATS ?= 1024
+MCS_CATS ?= 1024
 
 ifeq ($(QUIET),y)
        verbose = @
index 58fd51dd699a4d13ac1f06bcfea37c98134937aa..4aae82debc0c44f5de53a596e32c53339c1502d1 100644 (file)
@@ -60,11 +60,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.
index 87be614e0a2868ad9291b6e3f9fcaae541c5243e..c5e3ef35439e2f8e53b3ede54a3ac26ba795bdef 100644 (file)
@@ -68,8 +68,8 @@ endif
 
 # default MLS/MCS sensitivity and category settings.
 MLS_SENS ?= 16
-MLS_CATS ?= 256
-MCS_CATS ?= 256
+MLS_CATS ?= 1024
+MCS_CATS ?= 1024
 
 ifeq ($(QUIET),y)
        verbose := @