Changeset 0001e26f4f9cf52121e292cbfccd810442717876
- 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
| r98652c6 |
r0001e26 |
|
| | 1 | - Increased default number of categories to 1024, from Russell Coker. |
|---|
| 1 | 2 | - Added modules: |
|---|
| 2 | 3 | cgroup (Dominick Grift) |
|---|
| r0bf2bc9 |
r0001e26 |
|
| 213 | 213 | # default MLS/MCS sensitivity and category settings. |
|---|
| 214 | 214 | MLS_SENS ?= 16 |
|---|
| 215 | | MLS_CATS ?= 256 |
|---|
| 216 | | MCS_CATS ?= 256 |
|---|
| | 215 | MLS_CATS ?= 1024 |
|---|
| | 216 | MCS_CATS ?= 1024 |
|---|
| 217 | 217 | |
|---|
| 218 | 218 | ifeq ($(QUIET),y) |
|---|
| r296273a |
r0001e26 |
|
| 61 | 61 | # Number of MLS Categories |
|---|
| 62 | 62 | # The categories will be c0 to c(MLS_CATS-1). |
|---|
| 63 | | MLS_CATS = 256 |
|---|
| | 63 | MLS_CATS = 1024 |
|---|
| 64 | 64 | |
|---|
| 65 | 65 | # Number of MCS Categories |
|---|
| 66 | 66 | # The categories will be c0 to c(MLS_CATS-1). |
|---|
| 67 | | MCS_CATS = 256 |
|---|
| | 67 | MCS_CATS = 1024 |
|---|
| 68 | 68 | |
|---|
| 69 | 69 | # Set this to y to only display status messages |
|---|
| r296273a |
r0001e26 |
|
| 69 | 69 | # default MLS/MCS sensitivity and category settings. |
|---|
| 70 | 70 | MLS_SENS ?= 16 |
|---|
| 71 | | MLS_CATS ?= 256 |
|---|
| 72 | | MCS_CATS ?= 256 |
|---|
| | 71 | MLS_CATS ?= 1024 |
|---|
| | 72 | MCS_CATS ?= 1024 |
|---|
| 73 | 73 | |
|---|
| 74 | 74 | ifeq ($(QUIET),y) |
|---|