From 0001e26f4f9cf52121e292cbfccd810442717876 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 28 Jun 2010 09:04:24 -0400 Subject: [PATCH] Increased default number of categories to 1024, from Russell Coker. --- Changelog | 1 + Makefile | 4 ++-- build.conf | 4 ++-- support/Makefile.devel | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index edc18fa9..749a17b8 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,4 @@ +- Increased default number of categories to 1024, from Russell Coker. - Added modules: cgroup (Dominick Grift) diff --git a/Makefile b/Makefile index 547eda7e..f802d3bd 100644 --- 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 = @ diff --git a/build.conf b/build.conf index 58fd51dd..4aae82de 100644 --- a/build.conf +++ b/build.conf @@ -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. diff --git a/support/Makefile.devel b/support/Makefile.devel index 87be614e..c5e3ef35 100644 --- a/support/Makefile.devel +++ b/support/Makefile.devel @@ -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 := @