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:
parent
bb5e8f3f71
commit
12e9f256e3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user