Changeset 0001e26f4f9cf52121e292cbfccd810442717876

Show
Ignore:
Timestamp:
06/28/10 08:04:24 (2 months ago)
Author:
Chris PeBenito <cpebenito@tresys.com>
Committer:
Chris PeBenito <cpebenito@tresys.com> 1277730264 -0400
Parent:

[113d2e023d5663e87e143aafececc074bc005307]

Message:

Increased default number of categories to 1024, from Russell Coker.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Changelog

    r98652c6 r0001e26  
     1- Increased default number of categories to 1024, from Russell Coker. 
    12- Added modules: 
    23        cgroup (Dominick Grift) 
  • Makefile

    r0bf2bc9 r0001e26  
    213213# default MLS/MCS sensitivity and category settings. 
    214214MLS_SENS ?= 16 
    215 MLS_CATS ?= 256 
    216 MCS_CATS ?= 256 
     215MLS_CATS ?= 1024 
     216MCS_CATS ?= 1024 
    217217 
    218218ifeq ($(QUIET),y) 
  • build.conf

    r296273a r0001e26  
    6161# Number of MLS Categories 
    6262# The categories will be c0 to c(MLS_CATS-1). 
    63 MLS_CATS = 256 
     63MLS_CATS = 1024 
    6464 
    6565# Number of MCS Categories 
    6666# The categories will be c0 to c(MLS_CATS-1). 
    67 MCS_CATS = 256 
     67MCS_CATS = 1024 
    6868 
    6969# Set this to y to only display status messages 
  • support/Makefile.devel

    r296273a r0001e26  
    6969# default MLS/MCS sensitivity and category settings. 
    7070MLS_SENS ?= 16 
    71 MLS_CATS ?= 256 
    72 MCS_CATS ?= 256 
     71MLS_CATS ?= 1024 
     72MCS_CATS ?= 1024 
    7373 
    7474ifeq ($(QUIET),y)