Kernel options for Mandatory Access Control (MAC).

MAC support will be merged into the main tree over the next week in
reasonable size chunks; much more to follow.

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, NAI Labs
This commit is contained in:
Robert Watson 2002-07-27 19:50:28 +00:00
parent bb5e8f3f71
commit 12e9f256e3
2 changed files with 14 additions and 1 deletions

View File

@ -723,6 +723,14 @@ options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L
#####################################################################
# SECURITY POLICY PARAMETERS
# Support for Mandatory Access Control (MAC)
#options MAC
#options MAC_NONE # Statically link mac_none policy
#####################################################################
# CLOCK OPTIONS

View File

@ -120,7 +120,12 @@ P1003_1B opt_posix.h
_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
_KPOSIX_VERSION opt_posix.h
# TrustedBSD and POSIX.1e Kernel Options
#####################################################################
# SECURITY POLICY PARAMETERS
# Support for Mandatory Access Control (MAC)
MAC opt_mac.h
MAC_NONE opt_dontuse.h
# Do we want the config file compiled into the kernel?
INCLUDE_CONFIG_FILE opt_config.h